diff --git a/fr/development/testing.rst b/fr/development/testing.rst index 630cfb6f0a..d442877b8b 100755 --- a/fr/development/testing.rst +++ b/fr/development/testing.rst @@ -290,7 +290,7 @@ projet dans un répertoire séparé et installer ses dépendances: git clone git://github.com/cakephp/debug_kit.git cd debug_kit php ~/composer.phar install - php ~/phpunit.phar + vendor/bin/phpunit Filtrer les Cas de Test ----------------------- diff --git a/ja/development/testing.rst b/ja/development/testing.rst index b4dfd474dc..ca3640876c 100644 --- a/ja/development/testing.rst +++ b/ja/development/testing.rst @@ -253,7 +253,7 @@ PHPUnit のインストール方法に合わせて ``phpunit`` コマンドを git clone git://github.com/cakephp/debug_kit.git cd debug_kit php ~/composer.phar install - php ~/phpunit.phar + vendor/bin/phpunit テストケースのフィルタリング ---------------------------- diff --git a/pt/development/testing.rst b/pt/development/testing.rst index b2502d4d71..ff857817f5 100644 --- a/pt/development/testing.rst +++ b/pt/development/testing.rst @@ -267,7 +267,7 @@ em um diretório separado e instalar suas dependências: git clone git://github.com/cakephp/debug_kit.git cd debug_kit php ~/composer.phar install - php ~/phpunit.phar + vendor/bin/phpunit Filtrando Casos de Teste ------------------------