This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Description
Hello,
I think we could create an extension for atoum with specific assert like
$this->option($this->newTestedInstance->someValue())->isSome;
$this->option($this->newTestedInstance->someValue())->isNone;
$this->option($this->newTestedInstance->someValue())->isSome->boolean->isTrue;
// ...