Skip to content

Commit

Permalink
Merge pull request #21 from melihovv/patch-1
Browse files Browse the repository at this point in the history
Fix Fatal error: Uncaught Error: Class 'Doctrine\Common\DataFixtures\Purger\ORMPurger' not found in
  • Loading branch information
Naktibalda committed Nov 14, 2020
2 parents 1ae32bd + 902bc62 commit 5b74872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/Doctrine2.php
Expand Up @@ -138,7 +138,7 @@ class Doctrine2 extends CodeceptionModule implements DependsOnModule, DataMapper
'cleanup' => true,
'connection_callback' => false,
'depends' => null,
'purge_mode' => ORMPurger::PURGE_MODE_DELETE,
'purge_mode' => 1, // ORMPurger::PURGE_MODE_DELETE
];

protected $dependencyMessage = <<<EOF
Expand Down

0 comments on commit 5b74872

Please sign in to comment.