Merge branch '5.31' into master
[civicrm-core.git] / tests / phpunit / api / v4 / Entity / ConformanceTest.php
index 9a8806ed02d88ea5b68f997555018141dfd0b1f7..957ed485d7568c601482938abbe6909e3db3ef63 100644 (file)
@@ -141,7 +141,7 @@ class ConformanceTest extends UnitTestCase {
     $info = $entityClass::getInfo();
     $this->assertNotEmpty($info['name']);
     $this->assertNotEmpty($info['title']);
-    $this->assertNotEmpty($info['titlePlural']);
+    $this->assertNotEmpty($info['title_plural']);
     $this->assertNotEmpty($info['type']);
     $this->assertNotEmpty($info['description']);
   }