added amGoingTo to test

This commit is contained in:
peternuernberger 2019-12-30 13:27:41 +01:00
parent e8f3b1009c
commit c351492212
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}