Fix tests
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
766a1a8c2e
commit
5af0457686
|
|
@ -92,11 +92,11 @@ class FileshareFilesActionTest extends FileshareTestCase
|
||||||
'parent' => null,
|
'parent' => null,
|
||||||
])
|
])
|
||||||
->assertJsonCount(2, 'data')
|
->assertJsonCount(2, 'data')
|
||||||
->assertJsonPath('data.0.name', 'lala')
|
->assertJsonPath('data.0.name', 'pictures')
|
||||||
->assertJsonPath('data.0.path', '/lala')
|
->assertJsonPath('data.0.path', '/pictures')
|
||||||
->assertJsonPath('data.0.parent', '/')
|
->assertJsonPath('data.0.parent', '/')
|
||||||
->assertJsonPath('data.1.name', 'pictures')
|
->assertJsonPath('data.1.name', 'lala')
|
||||||
->assertJsonPath('data.1.path', '/pictures')
|
->assertJsonPath('data.1.path', '/lala')
|
||||||
->assertJsonPath('data.1.parent', '/');
|
->assertJsonPath('data.1.parent', '/');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue