Magento開発マニュアルチュートリアル-ユニットテストの実行
ユニットテストの実行
前提条件
ユニットテストコマンドを実行する前に、次の条件を満たす必要があります.
Magento_Developer
モジュールを有効にする必要がある.有効化コマンド:magento module:enable [--force] Magento_Developer
dev/tests/integration/etc/install-config-mysql.php.dist
からdev/tests/integration/etc/install-config-mysql.php
をコピーし、変更する必要があります.最初のステップ
su -s /bin/bash -c
sudo -u
cd /bin
そしてそれら./magento
php /bin/magento
テストの実行
コマンドの使用方法:
magento dev:tests:run
magento dev:tests:run --help
all, unit, integration, integration-all, static, static-all, integrity, legacy, default
magento dev:tests:run integration