2
0
forked from Wavyzz/dolibarr

Add test for phpunit env

This commit is contained in:
Laurent Destailleur
2020-12-16 14:53:04 +01:00
parent d781d78c4e
commit a5a070705b

View File

@@ -115,6 +115,8 @@ class MouvementStockTest extends PHPUnit\Framework\TestCase
$langs=$this->savlangs; $langs=$this->savlangs;
$db=$this->savdb; $db=$this->savdb;
if (empty($conf->productbatch->enabled)) { print "\n".__METHOD__." module Lot/Serial must be enabled.\n"; die(); }
print __METHOD__."\n"; print __METHOD__."\n";
} }
/** /**