Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fr/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion ja/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

テストケースのフィルタリング
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion pt/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------
Expand Down