Exemplo n.º 1
0
 /**
  * @test
  */
 public function hasExistingFrontEndUserWithZeroFrontEndUserUIDReturnsFalse()
 {
     $this->fixture->setFrontEndUserUID(0);
     self::assertFalse($this->fixture->hasExistingFrontEndUser());
 }