diff --git a/tests/apc.sh b/tests/apc.sh deleted file mode 100644 index 69ca45e..0000000 --- a/tests/apc.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter ApcTest ../tests/SimpleCache/Driver/ApcTest.php \ No newline at end of file diff --git a/tests/apcu.sh b/tests/apcu.sh deleted file mode 100644 index 723f62c..0000000 --- a/tests/apcu.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter ApcuTest ../tests/SimpleCache/Driver/ApcuTest.php \ No newline at end of file diff --git a/tests/file.sh b/tests/file.sh deleted file mode 100644 index f980568..0000000 --- a/tests/file.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter FileTest ../tests/SimpleCache/Driver/FileTest.php \ No newline at end of file diff --git a/tests/memcache.sh b/tests/memcache.sh deleted file mode 100644 index 4217676..0000000 --- a/tests/memcache.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter MemcacheTest ../tests/SimpleCache/Driver/MemcacheTest.php \ No newline at end of file diff --git a/tests/memcached.sh b/tests/memcached.sh deleted file mode 100644 index 8dbfc83..0000000 --- a/tests/memcached.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter MemcachedTest ../tests/SimpleCache/Driver/MemcachedTest.php \ No newline at end of file diff --git a/tests/mongo.sh b/tests/mongo.sh deleted file mode 100644 index 4ec4cee..0000000 --- a/tests/mongo.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter MongoTest ../tests/SimpleCache/Driver/MongoTest.php \ No newline at end of file diff --git a/tests/mysql.sh b/tests/mysql.sh deleted file mode 100644 index a6ef05d..0000000 --- a/tests/mysql.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter MysqlTest ../tests/SimpleCache/Driver/MysqlTest.php \ No newline at end of file diff --git a/tests/redis.sh b/tests/redis.sh deleted file mode 100644 index 26be2b4..0000000 --- a/tests/redis.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter RedisTest ../tests/SimpleCache/Driver/RedisTest.php \ No newline at end of file diff --git a/tests/sqlite.sh b/tests/sqlite.sh deleted file mode 100644 index 8cde0a3..0000000 --- a/tests/sqlite.sh +++ /dev/null @@ -1 +0,0 @@ -php ../vendor/phpunit/phpunit/phpunit --configuration ../phpunit.xml --filter SqliteTest ../tests/SimpleCache/Driver/SqliteTest.php \ No newline at end of file