浏览代码

add to local

stanley-king 7 年之前
父节点
当前提交
3124de685e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2 1
      data/logic/vr_order.logic.php
  2. 0 1
      test/TestCar.php

+ 2 - 1
data/logic/vr_order.logic.php

@@ -5,7 +5,8 @@
  
  */
 defined('InShopNC') or exit('Access Invalid!');
-class vr_orderLogic {
+class vr_orderLogic
+{
 
     /**
      * 取消订单

+ 0 - 1
test/TestCar.php

@@ -127,7 +127,6 @@ class TestCar extends PHPUnit_Framework_TestCase
     {
         $series = car\finder::instance()->getSeries(97);
         $cars = car\finder::instance()->getCars(97,877);
-
     }
 
     public function testStoreBrand()