File tree 2 files changed +18
-0
lines changed
tests/Iiif/Presentation/V2
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
<directory >./tests/Iiif/Context</directory >
7
7
<directory >./tests/Iiif/Presentation/Common/Model</directory >
8
8
<directory >./tests/Iiif/Presentation/V1/Model</directory >
9
+ <directory >./tests/Iiif/Presentation/V2</directory >
9
10
<directory >./tests/Iiif/Presentation/V2/Model</directory >
10
11
<directory >./tests/Iiif/Presentation/V3/Model/Resources</directory >
11
12
<directory >./tests/Iiif/Services</directory >
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ use PHPUnit \Framework \TestCase ;
4
+ use Ubl \Iiif \Tools \IiifHelper ;
5
+
6
+ /**
7
+ * test case.
8
+ */
9
+ class ForkBombTest extends TestCase {
10
+
11
+ public function testForkBomb () {
12
+ $ collection = IiifHelper::loadIiifResource ("http://evil-manifests.davidnewbury.com/iiif/garden/fork.json " );
13
+ self ::assertNotNull ($ collection );
14
+ }
15
+
16
+ }
17
+
You can’t perform that action at this time.
0 commit comments