1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

feat(tests): try to fix tests for php8 in entries fetch #477

This commit is contained in:
Awilum
2020-12-11 14:16:11 +03:00
parent 5892b89858
commit e4068f4eb2

View File

@@ -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]));