예제 #1
0
 public function testConstructor()
 {
     $this->assertInstanceOf('Auth\\Form\\ForgotPassword', $this->testedObject);
     $this->assertEquals($this->testedObject->count(), 3);
     $this->assertTrue($this->testedObject->has('identity'));
     $this->assertTrue($this->testedObject->has('buttons'));
     $this->assertTrue($this->testedObject->has('csrf'));
 }