dotsAreAccepted() public method

public dotsAreAccepted ( )
コード例 #1
0
ファイル: factory.php プロジェクト: xihewang/atoum
 public function testRefuseDots()
 {
     $this->if($iterator = new testedClass())->then->object($iterator->refuseDots())->isIdenticalTo($iterator)->boolean($iterator->dotsAreAccepted())->isFalse();
 }