Skip to content

Commit 1fe1eb1

Browse files
committed
Require 7 for weak types test
1 parent b0a122e commit 1fe1eb1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Test.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,11 @@ function provideRegistrationArgs()
206206

207207
return $args;
208208
}
209-
210-
/** @dataProvider provideRegistrationArgs */
209+
210+
/**
211+
* @requires PHP 7
212+
* @dataProvider provideRegistrationArgs
213+
*/
211214
function testWeakTypes($type, $args) {
212215
if ($type == "onSignal") {
213216
$this->testSignalCapability();

0 commit comments

Comments
 (0)