コード例 #1
0
ファイル: AtoumTask.php プロジェクト: atoum/atoum
 public function testGetSetTelemetryProjectName()
 {
     $this->given($task = new testedClass())->then->object($task->setTelemetryProjectName($projectName = uniqid() . '/' . uniqid()))->isIdenticalTo($task)->string($task->getTelemetryProjectName())->isEqualTo($projectName);
 }