Testing the faytory of result objects.
More...
◆ setUp()
DataFactoryTest::setUp |
( |
| ) |
|
|
protected |
◆ tearDown()
DataFactoryTest::tearDown |
( |
| ) |
|
|
protected |
◆ testError()
DataFactoryTest::testError |
( |
| ) |
|
◆ testOk()
DataFactoryTest::testOk |
( |
| ) |
|
◆ testPassword()
DataFactoryTest::testPassword |
( |
| ) |
|
Definition at line 41 of file DataFactoryTest.php.
42 {
43 $pwd = $this->f->password("secret");
44 $this->assertInstanceOf(Data\Password::class, $pwd);
45 }
The documentation for this class was generated from the following file: