Examples with "PHPUnit test" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Testing is basically as you would expect in an PHPUnit test suite, with a few minor differences.
Tester est typiquement ce que vous auriez pu faire avec une suite de test PHPUnit ("test suite"), avec quelques petites différences mineures.
We are not going to write good ol' PHPUnit test cases in this series, but the assertions are a handy tool together with Behat.
Nous n'allons pas écrire de tests PHPUnit dans cette série, mais les assertions sont des outils pratiques en combinaisons avec Behat.
The PHPUnit test case that ships with Laravel allows us to do stuff like $this->be($user), which logs in a given user.
Les tests case PHPUnit qui sont livrés avec Laravel nous autorise à faire des choses comme $this->be($user), ce qui log un utilisateur donné.
The contao/test-case package provides a PHPUnit test case for Contao 4, which allows you to mock the Contao framework, the Symfony container and adapter classes.
Divers Le package contao/test-case amène des test unitaires PHPUnit dans Contao 4, permettant ainsi de mock le framework Contao, le conteneur Symfony et les classes adaptatives.
Andere resultaten
MediaWiki allows any extension to register phpunit tests.
For examples of PHPUnit tests, see the Auth package.
Pour trouver des exemples de tests PHPUnit, vous pouvez regarder dans le paquet Auth.
In this article, the developer explains how to use PHPUnit tests and the Composer library manager.
Dans celui-ci, le développeur démontre comment utiliser le framework de test PHPUnit et le gestionnaire de librairies Composer.
In this article, the developer explains how to use PHPUnit tests and the Composer library manager.
PhpUnit tests for application: the configuration of the entry point indicated for test was not loaded correctly.
Tests PhpUnit d'une application: la configuration du point d'entrée n'était pas chargée correctement
If your extension uses extension registration and your phpunit tests are located in the tests/phpunit/ subdirectory of your extension, the phpunit wrapper of MediaWiki will autodiscover the unit tests with the help of extension registration.
Si votre extension utilise l'enregistrement d'extension et que vos tests phpunit se trouvent dans le sous-répertoire tests/phpunit/ de votre extension, le conteneur phpunit de MediaWiki détectera automatiquement les tests unitaires à l'aide de l'enregistrement d'une extension.
Run all behat and phpunit tests
CakePHP uses PHPUnit as its underlying test framework.
CakePHP utilise PHPUnit comme framework de test sous-jacent.
Useless Tests PHPUnit can be strict about tests that do not test anything.
Tests inutiles PHPUnit peut être strict sur les tests qui ne testent rien.