dotsAreAccepted() public method

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