Browse Source

add to local

stanley-king 4 years ago
parent
commit
22c3774601
1 changed files with 7 additions and 0 deletions
  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