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 8cf6d59 commit 7e1a90eCopy full SHA for 7e1a90e
tests/TDBMDaoGeneratorTest.php
@@ -2220,7 +2220,7 @@ public function testSubQueryExceptionOnPrimaryKeysWithMultipleColumns(): void
2220
public function testManyToOneEagerLoading(): void
2221
{
2222
$userDao = new UserDao($this->tdbmService);
2223
- $users = $userDao->findAll();
+ $users = $userDao->findAll()->withOrder('id asc');
2224
$countryIds = [];
2225
foreach ($users as $user) {
2226
$countryIds[] = $user->getCountry()->getId();
0 commit comments