OSDN Git Service

Merge branch 'release/2.6.0beta2'
[ethna/ethna.git] / bin / ethna_run_test.php
index 3c32182..325926b 100644 (file)
@@ -51,7 +51,7 @@ require_once 'simpletest/reporter.php';
 require_once $test_dir . '/TextDetailReporter.php';
 require_once $test_dir . '/UnitTestBase.php';
 
-$test = &new GroupTest('Ethna All tests');
+$test = new GroupTest('Ethna All tests');
 
 // テストケースのファイルリストを取得
 require_once 'Ethna/class/Getopt.php';