From e4068f4eb2f15d81496abaf7e40f8e1315ea9108 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 11 Dec 2020 14:16:11 +0300 Subject: [PATCH] feat(tests): try to fix tests for php8 in entries fetch #477 --- tests/Foundation/Entries/EntriesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Foundation/Entries/EntriesTest.php b/tests/Foundation/Entries/EntriesTest.php index 713db961..f9a7b795 100644 --- a/tests/Foundation/Entries/EntriesTest.php +++ b/tests/Foundation/Entries/EntriesTest.php @@ -33,6 +33,7 @@ test('test fetch() entry', function () { flextype('entries')->create('foo/baz', ['title' => 'Baz']); flextype('entries')->create('foo/zed', ['title' => 'Zed']); + dump(flextype('entries')->fetch('foo')); dump(flextype('entries')->fetch('foo')); dump(flextype('entries')->fetch('foo', ['collection' => false]));