chore: style

This commit is contained in:
Nuno Maduro
2024-07-11 09:35:38 +01:00
parent e8f122bf47
commit 4783334f15
44 changed files with 59 additions and 171 deletions

View File

@ -19,8 +19,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', 'bar', function (int $arg) {
});
$method = new TestCaseMethodFactory('foo', 'bar', function (int $arg) {});
$testSuite->tests->set($method);
})->throws(