| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 50 | public function testCanView() |
||
| 51 | { |
||
| 52 | $this->assertTrue($this->objFromFixture(TestimonialCategory::class, 'one')->canView($this->objFromFixture(Member::class, 'site-owner'))); |
||
| 53 | $this->assertTrue($this->objFromFixture(TestimonialCategory::class, 'one')->canView(Member::singleton())); |
||
| 54 | } |
||
| 56 |