| 1 | <?php |
||
| 12 | class BookingClassesTest extends \PHPUnit_Framework_TestCase |
||
| 13 | { |
||
| 14 | protected $helper; |
||
| 15 | |||
| 16 | public function setUp() |
||
| 20 | |||
| 21 | public function testTodayReturnsCurrentDayClassWithBooking() |
||
| 25 | |||
| 26 | public function testAnyOtherDayReturnsNothingWithBooking() |
||
| 30 | |||
| 31 | public function testTodayReturnsCurrentDayClassAndNoBooking() |
||
| 35 | |||
| 36 | public function testPreviousDayReturnsNoPastBooking() |
||
| 40 | |||
| 41 | public function testFutureDayReturnsNoFutureBooking() |
||
| 45 | } |
||
| 46 |