We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc5b15 commit 3a38670Copy full SHA for 3a38670
composer.json
@@ -27,6 +27,7 @@
27
],
28
29
"require": {
30
+ "php": "^7",
31
"ailixter/gears": "master-dev"
32
}
33
test/example/TestStrictPropsDerivedTest.php
@@ -40,16 +40,15 @@ public function testNotInKeys()
40
41
42
/**
43
- * @expectedException PHPUnit_Framework_Error_Notice
+ * @expectedException PHPUnit\Framework\Error\Notice
44
*/
45
public function testPrivateGet()
46
{
47
- $this->expectException(Notice::class);
48
self::assertEmpty($this->object->notdata);
49
50
51
52
+ * @expectedException \PHPUnit\Framework\Error\Notice
53
54
public function testPrivateSet()
55
0 commit comments