Exemplo n.º 1
0
 public function testShouldUseConstructorWillReturnTrueIfTheConstructorSpecIsDefined()
 {
     $fixture = new Fixture(self::USER, 'user', ['__construct' => ['1', '2']], null);
     $this->assertTrue($fixture->shouldUseConstructor());
 }