mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
CS fix
This commit is contained in:
@ -23,7 +23,7 @@ it('alerts users about tests with arguments but no input', function () {
|
|||||||
sprintf("A test with the description '%s' has %d argument(s) ([%s]) and no dataset(s) provided in %s", 'foo', 1, 'int $arg', __FILE__),
|
sprintf("A test with the description '%s' has %d argument(s) ([%s]) and no dataset(s) provided in %s", 'foo', 1, 'int $arg', __FILE__),
|
||||||
);
|
);
|
||||||
|
|
||||||
it('can return an array of all test suite filenames', function() {
|
it('can return an array of all test suite filenames', function () {
|
||||||
$testSuite = new TestSuite(getcwd(), 'tests');
|
$testSuite = new TestSuite(getcwd(), 'tests');
|
||||||
$test = function () {};
|
$test = function () {};
|
||||||
$testSuite->tests->set(new \Pest\Factories\TestCaseFactory(__FILE__, 'foo', $test));
|
$testSuite->tests->set(new \Pest\Factories\TestCaseFactory(__FILE__, 'foo', $test));
|
||||||
|
|||||||
Reference in New Issue
Block a user