Skip to content

Commit 31cc9d3

Browse files
staabmsebastianbergmann
authored andcommitted
fix test description typos
1 parent 7eadae9 commit 31cc9d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/end-to-end/metadata/warning-mix-dataprovider-test-with-json-types.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
phpunit ../_files/TestWithAttributeAndDataProviderTest.php
2+
phpunit ../_files/TestWithJsonAttributeAndDataProviderTest.php
33
--FILE--
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--do-not-cache-result';

tests/end-to-end/metadata/warning-mix-external-dataprovider-with-types.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
phpunit ../_files/TestWithAttributeAndDataProviderTest.php
2+
phpunit ../_files/TestWithAttributeAndExternalDataProviderTest.php
33
--FILE--
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)