예제 #1
0
 public function testIsSuccessfulReturnsTrue()
 {
     $this->setSuccess();
     $this->assertTrue(Authentication::isSuccessful());
 }