One single way to call assertions
composer require --dev fonsecas72/assert-unicade dev-master
PHPUnit Assert Facade
\UnicadeAssert\Useup::phpunit()->assertTrue(true);
Beberlei Assert Facade
\UnicadeAssert\Useup::beberlei()->digit('1');
Webmozart Assert Facade
\UnicadeAssert\Useup::webmozart()->startsWith('fooBar', 'foo');
WebAssert Wrapper
\UnicadeAssert\Useup::webAssert($mink)->pageTextContains('text')
Custom Asserts
\UnicadeAssert\Useup::webAssert($mink)->elementIsVisible('xpath', 'xpath');