| 1 | <?php |
||
| 15 | class Password_Checker_Test extends TestCase { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Sets up the test. |
||
| 19 | * |
||
| 20 | * @before |
||
| 21 | */ |
||
| 22 | public function set_up() { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Tears down the test. |
||
| 32 | * |
||
| 33 | * @after |
||
| 34 | */ |
||
| 35 | public function tear_down() { |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Test the password checker. |
||
| 41 | */ |
||
| 42 | public function test_password() { |
||
| 51 | } |
||
| 52 |