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 3a87b28 commit f7895bcCopy full SHA for f7895bc
tests/QueryTest.php
@@ -481,20 +481,3 @@ public function testMultipleSortOrder(): void
481
$this->assertEquals('Brett Boe', $subset[2]->name);
482
}
483
484
-
485
-/**
486
- * Mockup class to test stringable objects.
487
- */
488
-class stringableObject implements Stringable {
489
- private string $string;
490
491
- public function __construct(string $string)
492
- {
493
- $this->string = $string;
494
- }
495
496
- public function __toString()
497
498
- return $this->string;
499
500
-}
0 commit comments