diff --git a/src/Picqer/Financials/Exact/ShopOrder.php b/src/Picqer/Financials/Exact/ShopOrder.php new file mode 100644 index 00000000..12fe5fcf --- /dev/null +++ b/src/Picqer/Financials/Exact/ShopOrder.php @@ -0,0 +1,139 @@ +performEntityTest(\Picqer\Financials\Exact\Project::class); } + public function testShopOrder() + { + $this->performEntityTest(\Picqer\Financials\Exact\ShopOrder::class); + } + protected function performEntityTest($entityName) { $reflectionClass = new ReflectionClass($entityName);