File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ before_script:
27
27
28
28
script :
29
29
- vendor/bin/phpunit --version
30
- - vendor/bin/phpunit -v -c tests/phpunit.xml
30
+ - vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text --strict-coverage --stop-on-risky
31
31
32
32
notifications :
33
33
email :
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ public function testConstructorInjection(array $headers)
126
126
127
127
/**
128
128
* @dataProvider headersProvider
129
+ * @param $headers
129
130
*/
130
131
public function testInvalidHeader ($ headers )
131
132
{
@@ -152,6 +153,8 @@ public function userAgentProvider()
152
153
153
154
/**
154
155
* @dataProvider userAgentProvider
156
+ * @param $headers
157
+ * @param $expectedUserAgent
155
158
*/
156
159
public function testGetUserAgent ($ headers , $ expectedUserAgent )
157
160
{
@@ -491,6 +494,8 @@ public function crazyVersionNumbers()
491
494
492
495
/**
493
496
* @dataProvider crazyVersionNumbers
497
+ * @param $raw
498
+ * @param $expected
494
499
*/
495
500
public function testPrepareVersionNo ($ raw , $ expected )
496
501
{
Original file line number Diff line number Diff line change 25
25
<file >../Mobile_Detect.php</file >
26
26
</whitelist >
27
27
</filter >
28
-
29
28
</phpunit >
You can’t perform that action at this time.
0 commit comments