mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 12:12:17 +02:00
lint
This commit is contained in:
@ -50,7 +50,7 @@ it('can filter the test suite filenames to those with the only method', function
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('does not filter the test suite filenames to those with the only method when working in CI pipeline', function(){
|
it('does not filter the test suite filenames to those with the only method when working in CI pipeline', function () {
|
||||||
$testSuite = TestSuite::getInstance(getcwd(), 'tests', 'ci');
|
$testSuite = TestSuite::getInstance(getcwd(), 'tests', 'ci');
|
||||||
|
|
||||||
$test = function () {};
|
$test = function () {};
|
||||||
|
|||||||
Reference in New Issue
Block a user