diff options
author | ignace nyamagana butera <nyamsprod@gmail.com> | 2014-02-28 15:00:47 +0100 |
---|---|---|
committer | ignace nyamagana butera <nyamsprod@gmail.com> | 2014-02-28 15:00:47 +0100 |
commit | f8953568fa1b6910f0cb7e0ec4b861d47db34b17 (patch) | |
tree | f76fea2674a633f8cfb15174371caf3bbe5702c1 /phpunit.xml | |
parent | 4f1ed587c59c1524599457f8fcc562dcb5b845ed (diff) | |
parent | ef58410e9c67a734eb6bdf3a9264b7df6082f501 (diff) | |
download | csv-5.0.0.zip csv-5.0.0.tar.gz csv-5.0.0.tar.bz2 |
Merge pull request #17 from thephpleague/update-namespace5.0.0
Update namespace
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> |