Convert variable names to camel case in strings
[MAILPOET-1796]
This commit is contained in:
@ -21,7 +21,7 @@ class FeatureFlagsTest extends \MailPoetTest {
|
||||
parent::_before();
|
||||
$this->repository = $this->diContainer->get(FeatureFlagsRepository::class);
|
||||
$tableName = $this->entityManager->getClassMetadata(FeatureFlagEntity::class)->getTableName();
|
||||
$this->entityManager->getConnection()->executeUpdate("TRUNCATE $table_name");
|
||||
$this->entityManager->getConnection()->executeUpdate("TRUNCATE $tableName");
|
||||
}
|
||||
|
||||
public function testItReturnsDefaults() {
|
||||
|
Reference in New Issue
Block a user