|
@@ -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
|