From 329d1fabf282dbccf502a0a456781937990349b9 Mon Sep 17 00:00:00 2001 From: Alexey Zakhlestin Date: Tue, 29 Oct 2013 21:21:24 +0400 Subject: [PATCH] ignore base test-class of simpletest --- lib/pake/tasks/pakeSimpletestTask.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pake/tasks/pakeSimpletestTask.class.php b/lib/pake/tasks/pakeSimpletestTask.class.php index 3b4c252..a0e15a3 100644 --- a/lib/pake/tasks/pakeSimpletestTask.class.php +++ b/lib/pake/tasks/pakeSimpletestTask.class.php @@ -21,6 +21,8 @@ public static function call_simpletest(pakeTask $task, $type = 'text', $dirs = a throw new pakeException('You must install SimpleTest to use this task.'); } + SimpleTest::ignore('UnitTestCase'); + $base_test_dir = 'test'; $test_dirs = array();