summaryrefslogtreecommitdiffstats
path: root/tests/Integration/IntegrationTest.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-10-04 20:45:33 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-03 19:58:37 +0100
commit10e8c28feaf6d858948285a291231f651ef74728 (patch)
tree5c48216dc1ce6a6dd8f292d489bb4a7d03cb5595 /tests/Integration/IntegrationTest.php
parent361cfa55b7302b29e158647060085550b9a3dfe1 (diff)
Add migration with foreign keys
Closes #829 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'tests/Integration/IntegrationTest.php')
-rw-r--r--tests/Integration/IntegrationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Integration/IntegrationTest.php b/tests/Integration/IntegrationTest.php
index 1135bbd2e..f943e2940 100644
--- a/tests/Integration/IntegrationTest.php
+++ b/tests/Integration/IntegrationTest.php
@@ -141,7 +141,7 @@ abstract class IntegrationTest extends \Test\TestCase
}
}
- protected function loadFeedFixtures(array $feedFixtures = [], $folderId = 0)
+ protected function loadFeedFixtures(array $feedFixtures = [], $folderId = null)
{
foreach ($feedFixtures as $feedFixture) {
$feed = new FeedFixture($feedFixture);