Esempio n. 1
0
 /**
  * @test
  */
 public function theDefaultFactoryMethodNameIsCreate()
 {
     $this->assertSame('create', $this->objectConfiguration->getFactoryMethodName());
 }