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()); ?>