소스 검색

add to local

stanley-king 4 년 전
부모
커밋
22c3774601
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      test/TestAddData.php

+ 7 - 0
test/TestAddData.php

@@ -239,6 +239,13 @@ class TestAddData extends TestCase
             $this->addFile($file);
         }
     }
+    public function test20200903_addCard()
+    {
+        $files = ['100-895-943.xlsx'];
+        foreach ($files as $file) {
+            $this->addFile($file);
+        }
+    }
 }
 
 //docker-compose -f ./docker-compose-dev.yml run phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestAddData::testCancelOrder)( .*)?$/" --test-suffix TestAddData.php /var/www/html/test