1 | <?php |
||
19 | class PointTest extends PHPUnit_Framework_TestCase |
||
20 | { |
||
21 | /** |
||
22 | * @covers Component\Remote\BurzeDzisNet\Point::x |
||
23 | */ |
||
24 | public function testX() |
||
29 | |||
30 | /** |
||
31 | * @covers Component\Remote\BurzeDzisNet\Point::y |
||
32 | */ |
||
33 | public function testY() |
||
38 | |||
39 | /** |
||
40 | * @covers Component\Remote\BurzeDzisNet\Point::__construct |
||
41 | */ |
||
42 | public function test__construct() |
||
48 | |||
49 | /** |
||
50 | * @covers Component\Remote\BurzeDzisNet\Point::equals |
||
51 | */ |
||
52 | public function testEquals() |
||
62 | } |
||
63 |