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