-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing translations #278
missing translations #278
Conversation
@@ -4,7 +4,7 @@ | |||
Data providers | |||
************** | |||
|
|||
Atoum vous propose plusieurs types de fournisseurs de données pour aider à tester le plus efficacement possible vos classes. | |||
Afin de permettre de tester efficacement vos classes, atoum fourni des data provider (fournisseur de donnée). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
données ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed
Data provider en tant que closure | ||
================================= | ||
|
||
Vous pouvez également utiliser une closure pour définir un data provider au lieu d’une annotation. Dans votre méthode :ref:`beforeTestMethod<initialization_method>`, vous pouvez utilisez cette exemple : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cette -> cet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a première vue la seconde phrase est peu compréhensible. La reformuler ?
} | ||
} | ||
|
||
Dans ce cas, pas besoin de data provider. Cependant, si vous désirez changer le comportement de vos bouchons, cela requière l'utilisation de :ref:`beforeTestMethod<initialization_method>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requière -> requiert
@@ -4,14 +4,14 @@ | |||
extension | |||
********* | |||
|
|||
C'est l'asserter dédiée aux extensions PHP. | |||
C'est l'assertion dédiée aux extension PHP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extensions
|
||
.. _extension-is-loaded: | ||
|
||
isLoaded | ||
======== | ||
|
||
Vérifie si l'extension est installée et chargée. | ||
Vérifiez si l’extension est chargée (installée et activée). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Vérifiez" je trouve ça moins clair qu'avant.
source/fr/asserters/mock.inc.rst
Outdated
@@ -150,6 +148,9 @@ exactly | |||
->exactly(2) | |||
; | |||
|
|||
.. note:: | |||
il existe une version simplifier avec ``->{2}``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
simplifier -> simplifiée
|
||
.. note:: | ||
Si vous n'utilisez que le premier argument et ne changer pas le namespace ou le nom de la classe, | ||
alors la première solution est équivalente, plus simple à lire et recommandé. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recommandé -> recommandée
$countableMock = new \mock\Countable; | ||
|
||
.. note:: | ||
Tout ce qui est décri ici avec le générateur de mock peut être utilisé avec :ref:`newMockInstance<mock_generate_fast>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
décri -> décrit
============================ | ||
|
||
Il peut parfois être intéressant de rendre une méthode orpheline, c'est-à-dire, lui donner une signature et une implémentation vide. Cela peut être | ||
particulièrement utile pour générer des bouchons sans avoir à instancier toutes leurs dépendances. Tous les paramètres de la méthode seront également défini |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
défini -> définis
|
||
Il peut parfois être intéressant de rendre une méthode orpheline, c'est-à-dire, lui donner une signature et une implémentation vide. Cela peut être | ||
particulièrement utile pour générer des bouchons sans avoir à instancier toutes leurs dépendances. Tous les paramètres de la méthode seront également défini | ||
avec comme valeur par défaut null. C'est donc la même chose que a :ref:`shunté une méthoe<mock_shunt>` mais avec tout les paramètres a null. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"que a" ?
; | ||
|
||
.. note:: | ||
Vérifier les détails via :ref:`isTestedInstance()<object-is-tested-instance>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vérifier les détails ? j'ai du mal à comprendre;
…ntation into fix_37-translations
merci. |
Once the PR #274 will be validated this will be the following with the translation of the last things