Update CartTest.php

Codestyle
This commit is contained in:
Patrick
2019-06-26 15:38:40 +02:00
committed by GitHub
parent a464a240e8
commit d78b555aa1

View File

@@ -263,7 +263,7 @@ class CartTest extends TestCase
$cart->add(1, 'Some title', 1, 'invalid');
}
/**
* @test
*/