Fix test
This commit is contained in:
parent
c38452d16e
commit
11404646db
|
@ -42,7 +42,7 @@ class JsonLDTest extends TestCase
|
||||||
$object = ['field' => []];
|
$object = ['field' => []];
|
||||||
|
|
||||||
$data = JsonLD::fetchElementArray($object, 'field');
|
$data = JsonLD::fetchElementArray($object, 'field');
|
||||||
$this->assertSame([], $data);
|
$this->assertSame([[]], $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testFetchElementArrayFoundID()
|
public function testFetchElementArrayFoundID()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user