1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 15:44:49 +02:00

feat(fields): Add new field registry.get for Registry API #494

This commit is contained in:
Awilum
2020-12-15 23:30:35 +03:00
parent dee46078d6
commit 360f7d98e0

View File

@@ -17,9 +17,6 @@ test('test registry field', function () {
$data = flextype('entries')->fetchSingle('registry-root');
print_r($data);
print_r($data->toJson());
$this->assertEquals('Flextype', $data['flextype']);
$this->assertEquals('Sergey Romanenko', $data['author']['name']);
$this->assertEquals('MIT', $data['license']);