Skip to content

Commit c8047a2

Browse files
committed
add test for soft delete
1 parent cbd4f2b commit c8047a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ public function testAddProducts()
791791
$test->expect('{"id":2,"name":"Laptop","price":"1299.99","properties":{},"created_at":"2013-12-11 10:09:08","deleted_at":null}');
792792
}
793793

794-
public function testSoftDeleteProduct()
794+
public function testSoftDeleteProducts()
795795
{
796796
$test = new API($this);
797797
$test->delete('/products/1,2');

0 commit comments

Comments
 (0)