ES CPNV TeamBuilder
1.0.0
ใช้ตัวจัดการแพ็คเกจและ npm
git clone https://github.com/Penfu/ES-CPNV-TeamBuilder.git
cd src
composer install
npm install
npm run build
รหัสสมาชิกที่บันทึกอัตโนมัติถูกกำหนดไว้ในไฟล์กำหนดค่า .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