Browse Source

for add data

stanley-king 4 years ago
parent
commit
9c5e906908
1 changed files with 7 additions and 0 deletions
  1. 7 0
      test/TestAddData.php

+ 7 - 0
test/TestAddData.php

@@ -253,6 +253,13 @@ class TestAddData extends TestCase
             $this->addFile($file);
             $this->addFile($file);
         }
         }
     }
     }
+    public function test20200904_1_addCard()
+    {
+        $files = ['200-344-353.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
 //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