added some more tests (#1835)

This commit is contained in:
Kevin Papst
2020-07-21 15:27:29 +02:00
committed by GitHub
parent aee063bb3c
commit 4b8f743fa6
7 changed files with 175 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Base class for all Doctrine migrations.
*
* @codeCoverageIgnore
*/
abstract class AbstractMigration extends BaseAbstractMigration implements ContainerAwareInterface
{