Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 280 Bytes

phore-tester

Lightweight unit testing using phpunit like api

Repeat Tests

 #[ApplyFixture(path: __DIR__ . "/cases")]
public function testSchemaCases($test)
{
    $schemaIn = require($test. ".in.php");
    $compareFile = file_get_contents($test. ".exp.sql");
}