diff --git a/test/application/composer/iTopComposerTest.php b/test/application/composer/iTopComposerTest.php index 30e66c2a2..e103360aa 100644 --- a/test/application/composer/iTopComposerTest.php +++ b/test/application/composer/iTopComposerTest.php @@ -40,7 +40,7 @@ class iTopComposerTest extends ItopTestCase public function testIsTestDir($sDirName, $bIsTest) { $isTestDir = iTopComposer::IsTestDir($sDirName); - $this->assertInternalType('int', $isTestDir); + $this->assertIsInt($isTestDir); if (true === $bIsTest) { $this->assertTrue(($isTestDir > 0)); } else {