From 5c2254987ff2ea813ab3e8cbe7e26d26857cc0c9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 10 Jul 2014 16:01:12 +0200 Subject: [PATCH] rm phpunit.phpt --- tests/phpunit.phpt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tests/phpunit.phpt diff --git a/tests/phpunit.phpt b/tests/phpunit.phpt deleted file mode 100644 index 087923e..0000000 --- a/tests/phpunit.phpt +++ /dev/null @@ -1,24 +0,0 @@ ---TEST-- -unit tests ---SKIPIF-- - ---INI-- -date.timezone=Europe/Vienna ---FILE-- -run(array("--process-isolation", __DIR__."/../phpunit/")); -?> ---EXPECTF-- -PHPUnit %s by Sebastian Bergmann. - -%a - -Time: %s, Memory: %s - -OK (%d tests, %d assertions) - -- 2.30.2