Skip to content

Commit d649c54

Browse files
committed
Fix incorrect variable name to allow dropDatabase method to be called
and integration test to complete Signed-off-by: Piers <[email protected]>
1 parent 4df7a3f commit d649c54

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)