added amGoingTo to test
This commit is contained in:
parent
e8f3b1009c
commit
c351492212
|
|
@ -137,7 +137,7 @@ class CategoryCest
|
|||
'url_path' => $expectedUrlPath,
|
||||
]);
|
||||
|
||||
// test if the url_path attribute is available in the model
|
||||
$I->amGoingTo('test if the url_path attribute is available in the model');
|
||||
$this->grandChildCategory->refresh();
|
||||
$I->assertEquals($expectedUrlPath, $this->grandChildCategory->url_path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue