From 801e20cbc9030897b41466c75233d89e550ae5b0 Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 15 Sep 2025 00:10:12 +0300 Subject: [PATCH] Update standalone plugin test instructions (fr, ja, pt) --- fr/development/testing.rst | 2 +- ja/development/testing.rst | 2 +- pt/development/testing.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ------------------------