summaryrefslogtreecommitdiffstats
path: root/tests/Integration/IntegrationTest.php
diff options
context:
space:
mode:
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);