From f634b6b97b8e4ebedcda7ec8cf7b2a4f2f59533c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 17 Jan 2012 16:11:06 -0600 Subject: [PATCH] rename str.php to str.test.php... change suffix in phpunit.xml --- phpunit.xml | 2 +- tests/cases/laravel/str.php | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 tests/cases/laravel/str.php 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