codestyle fixes, tests should be passing
This commit is contained in:
@@ -107,7 +107,7 @@ class ShoppingCartComponentTest extends TestCase {
|
||||
* @return void
|
||||
*/
|
||||
public function testCheckIfIsOwnCartIsNotOwnCart() {
|
||||
$this->expectException(RecordNotFoundException::class);
|
||||
$this->expectException(RecordNotFoundException::class);
|
||||
$cart = $this->fetchTable('Carts')->get('00e6ec6b-eef8-429c-9196-e7e0668ba749');
|
||||
$this->component->checkIfIsOwnCart($cart);
|
||||
// if exception not thrown test fails
|
||||
|
||||
Reference in New Issue
Block a user