Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function it_provides_an_interface_to_report_objects() |
||
21 | { |
||
22 | $path = 'UIO,Universitetsbiblioteket/Reports/RSS/Nyhetslister : Fransk'; // str_random(); |
||
23 | |||
24 | $report = $this->get($path); |
||
25 | |||
26 | $report->shouldHaveType('Scriptotek\Alma\Analytics\Report'); |
||
27 | $report->path->shouldBe($path); |
||
28 | } |
||
29 | } |
||
30 |