Example #1
0
 public function testHasNameFlagWillReturnIfNameFLagExists()
 {
     $fixture = new Fixture(self::USER, 'user (local)', [], null);
     $this->assertTrue($fixture->hasNameFlag('local'));
     $this->assertFalse($fixture->hasNameFlag('badname'));
 }