Skip to content
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

Merged
merged 17 commits into from
Mar 9, 2017
Merged

missing translations #278

merged 17 commits into from
Mar 9, 2017

Conversation

Grummfy
Copy link
Member

@Grummfy Grummfy commented Mar 2, 2017

Once the PR #274 will be validated this will be the following with the translation of the last things

@Grummfy Grummfy requested a review from agallou March 2, 2017 22:30
@@ -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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

données ?

Copy link
Member Author

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 :
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cette -> cet

Copy link
Member

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>`.
Copy link
Member

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.
Copy link
Member

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 lextension est chargée (installée et activée).
Copy link
Member

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.

@@ -150,6 +148,9 @@ exactly
->exactly(2)
;

.. note::
il existe une version simplifier avec ``->{2}``.
Copy link
Member

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é.
Copy link
Member

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>`
Copy link
Member

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
Copy link
Member

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.
Copy link
Member

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>`.
Copy link
Member

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;

@Grummfy
Copy link
Member Author

Grummfy commented Mar 4, 2017

merci.
Je laisse encore un peu ouvert mais a mon avis on est bon

@Grummfy Grummfy merged commit 651aa84 into atoum:master Mar 9, 2017
@Grummfy Grummfy deleted the fix_37-translations branch March 9, 2017 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants