Lightweight unit testing using phpunit like api
#[ApplyFixture(path: __DIR__ . "/cases")]
public function testSchemaCases($test)
{
$schemaIn = require($test. ".in.php");
$compareFile = file_get_contents($test. ".exp.sql");
}| Name | Name | Last commit date | ||
|---|---|---|---|---|