mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01: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');
|
||||
|
||||
$test = function () {};
|
||||
|
||||
Reference in New Issue
Block a user