diff options
Diffstat (limited to 'phpunit.xml')
-rw-r--r-- | phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml index 55cd758..f610d38 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -12,7 +12,7 @@ stopOnFailure="false"> <testsuites> - <testsuite name="Bakame CSV Test Suite"> + <testsuite name="League CSV Test Suite"> <directory>test</directory> </testsuite> </testsuites> |