Skip to content

Commit c0e5cf4

Browse files
authored
Merge pull request laminas#288 from gnatsnapper/fix_integration_test_end
Fix integration test database cleanup issue
2 parents 4df7a3f + d649c54 commit c0e5cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/IntegrationTestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function endTestSuite(TestSuite $suite): void
5454
{
5555
if (
5656
$suite->getName() !== 'integration test'
57-
|| empty($this->fixtureLoader)
57+
|| empty($this->fixtureLoaders)
5858
) {
5959
return;
6060
}

0 commit comments

Comments
 (0)