Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
James Brooks
parent
45c058b907
commit
217a2e326c
@@ -108,7 +108,7 @@ class ComponentGroupTest extends AbstractApiTestCase
|
|||||||
$this->createComponentGroups();
|
$this->createComponentGroups();
|
||||||
|
|
||||||
$this->get('/api/v1/components/groups')
|
$this->get('/api/v1/components/groups')
|
||||||
->seeJsonContains(['name' => self::COMPONENT_GROUP_1_NAME]);;
|
->seeJsonContains(['name' => self::COMPONENT_GROUP_1_NAME]);
|
||||||
$this->assertResponseOk();
|
$this->assertResponseOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user