From 55c4ac1bfe565f1ca7f537fdd8b7a201be28e581 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 10 Nov 2005 12:47:19 +0000 Subject: Initial import of prado framework --- tests/UnitTests/simpletest/test/remote_test.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/UnitTests/simpletest/test/remote_test.php (limited to 'tests/UnitTests/simpletest/test/remote_test.php') diff --git a/tests/UnitTests/simpletest/test/remote_test.php b/tests/UnitTests/simpletest/test/remote_test.php new file mode 100644 index 00000000..16c82b31 --- /dev/null +++ b/tests/UnitTests/simpletest/test/remote_test.php @@ -0,0 +1,17 @@ +addTestCase(new RemoteTestCase( + $base_url . 'test/visual_test.php?xml=yes', + $base_url . 'test/visual_test.php?xml=yes&dry=yes')); + if (SimpleReporter::inCli()) { + exit ($test->run(new XmlReporter()) ? 0 : 1); + } + $test->run(new HtmlReporter()); +?> \ No newline at end of file -- cgit v1.2.3