mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02: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