grammar fixes

This commit is contained in:
Dan Ang
2023-03-20 00:29:19 +01:00
parent 88e047bd27
commit 540c2a56bd
9 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ it('does not allow to add the same test description twice', function () {
$testSuite->tests->set($method);
})->throws(
TestAlreadyExist::class,
sprintf('A test with the description `%s` already exist in the filename `%s`.', 'bar', 'foo'),
sprintf('A test with the description `%s` already exists in the filename `%s`.', 'bar', 'foo'),
);
it('alerts users about tests with arguments but no input', function () {