stanley-king 4 anni fa
parent
commit
22c3774601
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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