Exemplo n.º 1
0
 /**
  * @test
  */
 public function hasExistingFrontEndUserWithInexistentFrontEndUserReturnsFalse()
 {
     $this->testingFramework->changeRecord('fe_users', $this->fixture->getUser(), array('deleted' => 1));
     self::assertFalse($this->fixture->hasExistingFrontEndUser());
 }