summaryrefslogtreecommitdiff
path: root/server/vendor/php-opencloud/common/tests/unit/Common/JsonSchema
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/php-opencloud/common/tests/unit/Common/JsonSchema')
-rw-r--r--server/vendor/php-opencloud/common/tests/unit/Common/JsonSchema/SchemaTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/vendor/php-opencloud/common/tests/unit/Common/JsonSchema/SchemaTest.php b/server/vendor/php-opencloud/common/tests/unit/Common/JsonSchema/SchemaTest.php
index 22663ef..4aae8e5 100644
--- a/server/vendor/php-opencloud/common/tests/unit/Common/JsonSchema/SchemaTest.php
+++ b/server/vendor/php-opencloud/common/tests/unit/Common/JsonSchema/SchemaTest.php
@@ -95,8 +95,8 @@ class SchemaTest extends TestCase
public function test_it_checks_validity()
{
- $this->validator->isValid()->shouldBeCalled();
+ $this->validator->isValid()->shouldBeCalled()->willReturn(true);
$this->schema->isValid();
}
-}
+} \ No newline at end of file