From 0b06477fd02147dac2d90d8843ee0a0c5e17e859 Mon Sep 17 00:00:00 2001 From: jgen Date: Tue, 18 Feb 2014 17:36:21 -0500 Subject: [PATCH] The tests are set to Auto Run. --- tests/all_tests.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/all_tests.php b/tests/all_tests.php index 5fc3f9d0..d52b48f9 100644 --- a/tests/all_tests.php +++ b/tests/all_tests.php @@ -12,6 +12,7 @@ require_once('lib/simpletest/autorun.php'); require_once('lib/simpletest/unit_tester.php'); require_once('lib/simpletest/web_tester.php'); require_once('lib/simpletest/reporter.php'); + require_once('test_install.php'); $options = getopt("d:"); @@ -24,5 +25,6 @@ define("_TRAVIS_DATABASE", $db); $test_suite = new TestSuite('Shimmie tests'); $test_suite->add(new ShimmieInstallerTest()); -$tr = new TextReporter(); -$test_suite->run( $tr ); + +//$tr = new TextReporter(); +//$test_suite->run( $tr );