stanley-king il y a 4 ans
Parent
commit
9c5e906908
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      test/TestAddData.php

+ 7 - 0
test/TestAddData.php

@@ -253,6 +253,13 @@ class TestAddData extends TestCase
             $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