Completed
Pull Request — master (#14)
by Matthew
14:42
created
tests/ORM/FoxyStripeOptionInventoryManagerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
         $detail->write();
136 136
         $detail->OptionItems()->add($option);
137 137
 
138
-        echo 'Detail Count: ' . print_r(OrderDetail::get()->Count(), true);
138
+        echo 'Detail Count: '.print_r(OrderDetail::get()->Count(), true);
139 139
 
140 140
         $this->assertEquals(1, $option->getOrders()->Count());
141 141
     }
Please login to merge, or discard this patch.