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 f7b36f2 commit 4166b5cCopy full SHA for 4166b5c
tests/DocumentBasicTest.php
@@ -468,9 +468,9 @@ public function testCreateAndDeleteDocumentUsingDefinedKeyWithArrayAndSaveOnly()
468
}
469
470
/**
471
- * Try to create a document and get valid JSON when casted to string.
+ * Try to create a document and get valid JSON when cast to string.
472
*/
473
- public function testCreateAndVerifyValidJsonIsReturnedWhenCastedToString()
+ public function testCreateAndVerifyValidJsonIsReturnedWhenCastToString()
474
{
475
$document = Document::createFromArray(
476
['someAttribute' => 'someValue', 'someOtherAttribute' => 'someOtherValue']
0 commit comments