atoum / atoum-documentation

Documentation of atoum, a php unit test framework
http://docs.atoum.org
Other
10 stars 41 forks source link

Assertions without parenthesis #65

Closed jubianchi closed 8 years ago

jubianchi commented 9 years ago

We should document the fact that assertion without required argument do not either require parenthesis. For example:

<?php

$this->integer(0)->isZero()

Could also be written:

<?php

$this->integer(0)->isZero

This applies to:

and all derivated asserters.

Grummfy commented 9 years ago

On peut le dire de toutes assertions sans paramètre?

Grummfy commented 9 years ago

ping @jubianchi ?

Hywan commented 9 years ago

@Grummfy Not sure. I don't think so.

Grummfy commented 9 years ago

Oki I wait answer from @jubianchi

jubianchi commented 9 years ago

On peut le dire de toutes assertions sans paramètre?

@Grummfy oui en théorie, toute assertion qui n'a pas de paramètre obligatoire doit pouvoir être appelée sans paranthèses

Grummfy commented 9 years ago

Merci. Vous voyez cela comme un chapitre a part ou bien on mettrait un exemple ou une simple note de rappel partout?

Hywan commented 9 years ago

Une simple note.

jubianchi commented 9 years ago

+1 pour une petite note

Grummfy commented 9 years ago

thanks.