| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class VisitorTest extends \PHPUnit\Framework\TestCase { |
||
| 16 | |||
| 17 | const TEST_IMPRESSION_COUNT = 2; |
||
| 18 | const TEST_BUCKET = 'TEST_BUCKET123'; |
||
| 19 | |||
| 20 | public function test_given_visitor_who_has_donated_then_correct_values_are_returned() { |
||
| 25 | } |
||
| 26 | |||
| 27 | public function test_given_visitor_who_has_not_donated_then_correct_values_are_returned() { |
||
| 34 |