MediaWiki
REL1_31
HamcrestPHPUnitIntegration.php
Go to the documentation of this file.
1
<?php
24
trait HamcrestPHPUnitIntegration {
25
30
public
function
assertThatHamcrest(
/* ... */
) {
31
call_user_func_array(
'assertThat'
, func_get_args() );
32
$this->addToAssertionCount( 1 );
33
}
34
}
tests
phpunit
HamcrestPHPUnitIntegration.php
Generated on Mon Nov 25 2024 15:36:12 for MediaWiki by
1.10.0