Esempio n. 1
0
File: test.php Progetto: atoum/atoum
 public function testSetMockGenerator()
 {
     $this->if($test = new emptyTest())->then->object($test->setMockGenerator($mockGenerator = new atoum\test\mock\generator($this)))->isIdenticalTo($test)->object($test->getMockGenerator())->isIdenticalTo($mockGenerator)->object($mockGenerator->getTest())->isIdenticalTo($test);
 }