| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class BucketTest extends \PHPUnit\Framework\TestCase { |
||
| 11 | |||
| 12 | public function test_given_first_time_visitor_main_banner_is_returned() { |
||
| 19 | } |
||
| 20 | |||
| 21 | public function test_given_not_first_time_visitor_other_banner_is_returned() { |
||
| 28 | } |
||
| 29 | |||
| 30 | public function test_given_regular_visitor_last_available_banner_is_returned() { |
||
| 39 |