Esempio n. 1
0
 public function testIsNotLocalWithNeitherClassNorNameFlag()
 {
     $fixture = new Fixture(self::USER, 'user', [], null);
     $this->assertFalse($fixture->isLocal());
 }