dotsAreAccepted() public method

public dotsAreAccepted ( )
Beispiel #1
0
 public function testRefuseDots()
 {
     $this->if($iterator = new testedClass())->then->object($iterator->refuseDots())->isIdenticalTo($iterator)->boolean($iterator->dotsAreAccepted())->isFalse();
 }