コード例 #1
0
ファイル: phing.php プロジェクト: xihewang/atoum
 public function test__construct()
 {
     $this->if($field = new test\run\phing())->then->object($field->getPrompt())->isEqualTo(new prompt())->object($field->getColorizer())->isEqualTo(new colorizer())->object($field->getLocale())->isEqualTo(new locale())->variable($field->getTestClass())->isNull();
 }