Skip to content

Commit 5b74872

Browse files
authored
Merge pull request #21 from melihovv/patch-1
Fix Fatal error: Uncaught Error: Class 'Doctrine\Common\DataFixtures\Purger\ORMPurger' not found in
2 parents 1ae32bd + 902bc62 commit 5b74872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codeception/Module/Doctrine2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Doctrine2 extends CodeceptionModule implements DependsOnModule, DataMapper
138138
'cleanup' => true,
139139
'connection_callback' => false,
140140
'depends' => null,
141-
'purge_mode' => ORMPurger::PURGE_MODE_DELETE,
141+
'purge_mode' => 1, // ORMPurger::PURGE_MODE_DELETE
142142
];
143143

144144
protected $dependencyMessage = <<<EOF

0 commit comments

Comments
 (0)