We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f20108 commit 046f72aCopy full SHA for 046f72a
composer.json
@@ -37,7 +37,8 @@
37
"monolog/monolog": "^1.27 || ^2.0",
38
"phpstan/phpstan": "^0.12 || ^1.0",
39
"phpstan/phpstan-phpunit": "^1.0",
40
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
41
+ "rector/rector": "^1.2"
42
},
43
"suggest" : {
44
"ext-curl" : "*",
tests/Sabre/DAVACL/Xml/Property/ACLTest.php
@@ -12,7 +12,7 @@ class ACLTest extends \PHPUnit\Framework\TestCase
12
public function testConstruct()
13
{
14
$acl = new Acl([]);
15
- self::assertInstanceOf(\Sabre\DAVACL\Xml\Property\ACL::class, $acl);
+ self::assertInstanceOf(\Sabre\DAVACL\Xml\Property\Acl::class, $acl);
16
}
17
18
public function testSerializeEmpty()
0 commit comments