MediaWiki REL1_31
HamcrestPHPUnitIntegration.php
Go to the documentation of this file.
1<?php
24trait HamcrestPHPUnitIntegration {
25
30 public function assertThatHamcrest( /* ... */ ) {
31 call_user_func_array( 'assertThat', func_get_args() );
32 $this->addToAssertionCount( 1 );
33 }
34}