1 | <?php |
||
5 | class Useup |
||
6 | { |
||
7 | /** |
||
8 | * @return \PHPUnit_Framework_Assert |
||
9 | */ |
||
10 | public static function phpunit() |
||
14 | /** |
||
15 | * @return \Assert\Assertion |
||
16 | */ |
||
17 | public static function beberlei() |
||
21 | /** |
||
22 | * @return \Webmozart\Assert\Assert |
||
23 | */ |
||
24 | public static function webmozart() |
||
28 | /** |
||
29 | * @return CustomAssert |
||
30 | */ |
||
31 | public static function webAssert(\Behat\Mink\Mink $minkContext) |
||
35 | } |
||
36 |