diff --git a/phpunit.xml b/phpunit.xml index faa7e091..09edd4b1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@ - tests/cases + tests/cases \ No newline at end of file diff --git a/tests/cases/laravel/str.php b/tests/cases/laravel/str.php deleted file mode 100644 index 749ef849..00000000 --- a/tests/cases/laravel/str.php +++ /dev/null @@ -1,15 +0,0 @@ -assertEquals('UTF-8', Config::get('application.encoding')); - } - -} \ No newline at end of file