コード例 #1
0
ファイル: FixtureTest.php プロジェクト: reisraff/alice
 public function testIsNotLocalWithNeitherClassNorNameFlag()
 {
     $fixture = new Fixture(self::USER, 'user', [], null);
     $this->assertFalse($fixture->isLocal());
 }