예제 #1
0
파일: phing.php 프로젝트: xihewang/atoum
 public function test__construct()
 {
     $this->if($field = new test\memory\phing())->then->object($field->getPrompt())->isEqualTo(new prompt())->object($field->getTitleColorizer())->isEqualTo(new colorizer())->object($field->getMemoryColorizer())->isEqualTo(new colorizer())->object($field->getLocale())->isEqualTo(new locale())->variable($field->getValue())->isNull()->array($field->getEvents())->isEqualTo(array(atoum\test::runStop));
 }