PHPUNIT in Japanese translation

phpunit

Examples of using Phpunit in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
You should try to understand this simple concept to master database testing with PHPUnit.
まずはこの考え方を理解することが、PHPUnitデータベースのテストをマスターする近道です。
If for example you wanted to install PHPUnit and have it available globally, you would run the following command.
たとえば、PHPUnitをグローバルに使えるようインストールしたければ、こんなコマンドを実行する。
PHPUnit is the de-facto testing framework for writing unit tests for PHP applications, but there are several alternatives.
PHPUnitは、PHPアプリケーションでユニットテストを書くためのデファクトスタンダードのフレームワークだ。しかしそれ以外にも選択肢がある。
PHPUnit will execute a TRUNCATE against all the tables you specified to reset their status to empty.
PHPUnitは指定した全テーブルに対してTRUNCATEを実行し、テーブルの中身を空にします。
Once the test has been generated, you may define test methods as you normally would using PHPUnit.
テストを生成したら、PHPUnitを使用するときと同じように、テストメソッドを定義してください。
PHP's error_reporting runtime configuration can limit which errors PHPUnit will convert to exceptions.
PHPの実行時設定error_reportingを使うと、PHPUnitがどのエラーを例外に変換するのかを制限できます。
PHPUnit has built-in support for using Prophecy to create test doubles.
PHPUnitは、Prophecyを使ったテストダブルの作成に標準で対応しています。
This package is included in the PHAR distribution of PHPUnit. It can.
このパッケージは、PHPUnitのPHAR版の中に含まれています。
Do not differentiate functions by appending numbers at the end if you plan to use PHPUnit on more than one such function.
このような複数の関数についてPHPUnitを使用する場合、末尾に数字を付加することによって関数を区別しないでください。
PHPUnit employs strict parameters to determine whether individual units of code are bug-free and ready for deployment.
PHPUnitは厳密なパラメーターを採用して、コードの個々の単位がバグなしで、展開の準備ができているかどうかを判断します。
After installing a new Laravel application, simply run phpunit on the command line to run your tests.
新しいLaravelアプリケーションをインストールした後に、そのままphpunitをコマンドラインで実行し、試してみてください。
After installing a new Laravel application, simply run phpunit on the command line to run your tests.
新しいLaravelアプリケーションをインストールしたあとで、シンプルにphpunitをコマンドラインで実行し、テストしてみてください。
You may then define test methods as you normally would using PHPUnit.
それから、いつもの通りPHPUnitを使ってテストメソッドを定義してください。
Code Coverage NetBeans IDE for PHP offers code coverage along with PHPUnit support. The IDE also offers code coverage for Python.
コード・カバレージPHP向けのNetBeansIDEには、PHPUnitのサポートとともにコード・カバレージがあります(IDEには、Pythonのコード・カバレージもあります)。
PHPUnit which sourcecode files to include in the code coverage report.
PHPUnitに対してどのソースコードファイルをコードカバレッジレポートに含めるかを指定する必要があります。
You may then define test methods as you normally would when using PHPUnit.
それから通常はPHPUnitを使用して、テストメソッドを定義します。
Of course, you are free to use Mockery or PHPUnit to create your own mocks or spies.
もちろん、MockeryやPHPUnitを使用し、自身のモックやスパイを自由に作成してください。
PHPUnit automatically generates a new PHP class that.
PHPUnitが自動的に、求める振る舞いを実装した新たなPHPのクラスを生成しています。
Once PHPUnit is installed create a directory called tests in project root directory.
PHPUnitをインストールすると、プロジェクトのルートディレクトリにtestsというディレクトリが作成されます。
Code that the tests exercise, PHPUnit can help you generate class.
PHPUnitではテストケースクラスをもとにしてクラスの雛形を作成することができます。
Results: 168, Time: 0.0298

Phpunit in different Languages

Top dictionary queries

English - Japanese