1 | <?php |
||
7 | class PaersonTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | protected $set; |
||
10 | |||
11 | public function setUp() |
||
16 | |||
17 | public function testPaersonAngelicaBill() |
||
23 | |||
24 | public function testPaersonAngelicaHaily() |
||
30 | |||
31 | public function testPaersonAngelicaJordyn() |
||
37 | |||
38 | public function testPaersonNoMatch() |
||
44 | } |
||
45 |