Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.73 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.73 KB

Single Interface for assertions

One single way to call assertions

Build Status Scrutinizer Code Quality Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

  composer require --dev fonsecas72/assert-unicade dev-master

Usage

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');