コード例 #1
0
ファイル: AtoumTask.php プロジェクト: atoum/atoum
 public function testTelemetryEnabled()
 {
     $this->given($task = new testedClass())->then->boolean($task->telemetryEnabled())->isFalse()->if($task->setTelemetry(true))->then->boolean($task->telemetryEnabled())->isTrue();
 }