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:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user