Diffs
Maple4_DocTest/trunk/tests/Maple4/DocTestTest.php
@@ -83,10 +83,10 @@
$options = array(
'compileDir' => $this->baseDir . '/tmp/tests_c',
- 'color' => false,
+ 'color' => true,
'ignore' => array('\.svn'),
'report' => null,
- 'forceCompile' => true,
+ 'forceRun' => true,
);
ob_start();
@@ -130,7 +130,7 @@
'color' => false,
'ignore' => array('\.svn'),
'report' => null,
- 'forceCompile' => true,
+ 'forceRun' => true,
);
ob_start();
@@ -154,7 +154,7 @@
'color' => true,
'ignore' => array('\.svn'),
'report' => null,
- 'forceCompile' => true,
+ 'forceRun' => true,
);
ob_start();
@@ -184,7 +184,7 @@
'color' => true,
'ignore' => array('\.svn'),
'report' => null,
- 'forceCompile' => true,
+ 'forceRun' => true,
);
ob_start();
@@ -216,8 +216,8 @@
'color' => true,
'ignore' => array('\.svn'),
'report' => null,
- 'forceCompile' => false,
'forceRun' => false,
+ 'forceRun' => false,
);
// 更新がなければ実行されない