Skip to content

Commit f7895bc

Browse files
apeisadivine
andauthored
Update tests/QueryTest.php
Co-authored-by: Divine <[email protected]>
1 parent 3a87b28 commit f7895bc

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tests/QueryTest.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -481,20 +481,3 @@ public function testMultipleSortOrder(): void
481481
$this->assertEquals('Brett Boe', $subset[2]->name);
482482
}
483483
}
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

Comments
 (0)