mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 08:34:11 +01:00
N°5857 Fix PHPUnitPrettyPrint with PHPUnit 9
This commit is contained in:
@@ -334,7 +334,7 @@ class MetaModelTest extends ItopDataTestCase
|
||||
try {
|
||||
MetaModel::GetEnumStyle('Contact', 'name', '');
|
||||
} catch (CoreException $e) {
|
||||
self::assertContains('AttributeEnum', $e->getMessage());
|
||||
self::assertStringContainsString('AttributeEnum', $e->getMessage());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user