|
From: KUBO A. <ku...@it...> - 2012-01-19 04:12:32
|
Hi, 2012/1/19 Brian Panulla <bpa...@gm...>: > Is there some trick to get MakeGood to see SimpleTest tests? the SimpleTest > framework is on my project's include path, and I've added a folder > containing some PHP files containing tests to the "Test Folders" area in > the project's MakeGood preferences: > > myPackage > - TestClass1.php (contains "class TestClass1 extends UnitTestCase") > - TestClass2.php (contains "class TestClass2 extends UnitTestCase") In MakeGood 1.8.0, the test files must be suffixed with "Test.php" or "TestCase.php". See the "The Conventions for Test Files" section on the user guide at: http://goo.gl/fGJWf And also the feature #287 http://redmine.piece-framework.com/issues/287 will solved this issue. I hope it is in the next release. > both files have at the top: > require_once 'simpletest/autorun.php' This is not necessary for MakeGood. -- KUBO Atsuhiro e-mail: ku...@it... |