rm phpunit.phpt
authorMichael Wallner <mike@php.net>
Thu, 10 Jul 2014 14:01:12 +0000 (16:01 +0200)
committerMichael Wallner <mike@php.net>
Thu, 10 Jul 2014 14:01:12 +0000 (16:01 +0200)
tests/phpunit.phpt [deleted file]

diff --git a/tests/phpunit.phpt b/tests/phpunit.phpt
deleted file mode 100644 (file)
index 087923e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---TEST--
-unit tests
---SKIPIF--
-<?php
-include "skipif.inc";
-if (!@include_once "PHPUnit/Autoload.php") die("skip need PHPUnit in include_path");
-?>
---INI--
-date.timezone=Europe/Vienna
---FILE--
-<?php
-require_once "PHPUnit/Autoload.php";
-$c = new PHPUnit_TextUI_Command;
-$c->run(array("--process-isolation", __DIR__."/../phpunit/"));
-?>
---EXPECTF--
-PHPUnit %s by Sebastian Bergmann.
-
-%a
-
-Time: %s, Memory: %s
-
-OK (%d tests, %d assertions)
-