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 b32a138 commit a481578Copy full SHA for a481578
tests/TDBMDaoGeneratorTest.php
@@ -2219,7 +2219,7 @@ public function testInheritanceFkWithDifferentPkName(): void
2219
$inheritanceAgencyDao = new InheritanceAgencyDao($this->tdbmService);
2220
$society = new InheritanceSocietyBean();
2221
$inheritanceSocietyDao->save($society);
2222
- $this->assertIsInt($society->getId());
+ $this->assertNotNull($society->getId());
2223
$agency = new InheritanceAgencyBean($society);
2224
$inheritanceAgencyDao->save($agency);
2225
}
0 commit comments