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