ES CPNV TeamBuilder
1.0.0
使用包管理器、composer 和 npm。
git clone https://github.com/Penfu/ES-CPNV-TeamBuilder.git
cd src
composer install
npm install
npm run build
自动记录的成员 ID 在 .env 配置文件中定义。
const USER_ID = 1 ;
php -S localhost:9000 -t src/public
使用以下命令从src
运行单元测试:
vendor/bin/phpunit tests/models/
要运行单独的测试,请在路径末尾指定测试文件:
vendor/bin/phpunit tests/models/TestFile.php