We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b52263 commit ae5660bCopy full SHA for ae5660b
1 file changed
tests/ExceptionTest.php
@@ -19,6 +19,7 @@
19
class ExceptionTest extends TestCase
20
{
21
/**
22
+ * @requires PHPUnit 5.2
23
* @throws Exceptions\FormatException
24
*/
25
public function testFormat()
@@ -28,6 +29,7 @@ public function testFormat()
28
29
}
30
31
32
33
* @throws Exceptions\ProductException
34
35
public function testProduct()
@@ -37,6 +39,7 @@ public function testProduct()
37
39
38
40
41
42
43
* @throws Exceptions\VersionException
44
45
public function testVersion()
@@ -46,6 +49,7 @@ public function testVersion()
46
49
47
50
48
51
52
53
* @throws Exceptions\UserAgentParserException
54
55
public function testUserAgentParser()
0 commit comments