Convert variable names to camel case in strings
[MAILPOET-1796]
This commit is contained in:
@ -62,6 +62,6 @@ class UserFlagsTest extends \MailPoetTest {
|
||||
|
||||
private function cleanup() {
|
||||
$tableName = $this->entityManager->getClassMetadata(UserFlagEntity::class)->getTableName();
|
||||
$this->entityManager->getConnection()->executeUpdate("TRUNCATE $table_name");
|
||||
$this->entityManager->getConnection()->executeUpdate("TRUNCATE $tableName");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user