phore/tester

Lightweight unit testing with phpunit api

Installs: 1 610

Dependents: 48

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Shell

v1.0 2020-05-07 13:59 UTC

This package is auto-updated.

Last update: 2025-03-29 01:01:25 UTC


README

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");
}