mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Adjust style
This commit is contained in:
@ -20,8 +20,7 @@ it('does not allow to add the same test description twice', function () {
|
||||
it('alerts users about tests with arguments but no input', function () {
|
||||
$testSuite = new TestSuite(getcwd(), 'tests');
|
||||
|
||||
$method = new TestCaseMethodFactory('foo', function (int $arg) {
|
||||
});
|
||||
$method = new TestCaseMethodFactory('foo', function (int $arg) {});
|
||||
|
||||
$method->description = 'bar';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user