| 1 | <?php |
||
| 14 | class CircleParserTest extends \PHPUnit_Framework_TestCase { |
||
| 15 | |||
| 16 | public function setUp() { |
||
| 21 | |||
| 22 | public function testCanConstruct() { |
||
| 26 | |||
| 27 | public function testGivenCoordinateAndRadius_parserReturnsCircle() { |
||
| 39 | |||
| 40 | public function testGivenTitleAndText_circleHasProvidedMetaData() { |
||
| 50 | |||
| 51 | } |
||
| 52 |