public function testSetPhp()
 {
     $this->if($builder = new testedClass(uniqid()))->then->object($builder->setPhp($php = new atoum\php()))->isIdenticalTo($builder)->object($builder->getPhp())->isIdenticalTo($php)->object($builder->setPhp())->isIdenticalTo($builder)->object($builder->getPhp())->isEqualTo(new atoum\php())->isNotIdenticalTo($php);
 }