codestyle fixes, tests should be passing
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 6m3s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m10s
CI / testsuite (mysql, 8.2, ) (push) Successful in 12m49s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 6m44s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 3m11s
CI / testsuite (sqlite, 8.2, ) (push) Has started running
CI / testsuite (sqlite, 8.4, ) (push) Has started running
CI / Coding Standard & Static Analysis (push) Has been cancelled

This commit is contained in:
2026-02-14 00:47:14 -08:00
parent 11aafbb232
commit a23df039db
2 changed files with 1 additions and 3 deletions

View File

@@ -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