atoum / atoum-documentation

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

extension asserter : missing documentation #157

Closed agallou closed 7 years ago

agallou commented 8 years ago

There is no documentation on the extension asserter.

It could be use like this :

$this->extension('json')->isLoaded();

That will trigger an error if the json extension is not loaded.

We can achieve the same with the @extensions tag and the --fail-if-skipped-methods.

Is the extension asserter deprecated ? should it be documented ? // ping @atoum/all

Grummfy commented 8 years ago

ping @jubianchi