Browse Source

for add data

stanley-king 4 years atrás
parent
commit
9f70f42fa8
1 changed files with 12 additions and 0 deletions
  1. 12 0
      test/TestAddData.php

+ 12 - 0
test/TestAddData.php

@@ -336,6 +336,18 @@ class TestAddData extends TestCase
             $this->addFile($file);
         }
     }
+    public function test20200907_addCard()
+    {
+        $files = ['p-100-670-544-593.xlsx',
+            'p-100-670-594-643.xlsx',
+            'p-100-670694-793.xlsx',
+            'p-100-670794-843.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