mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Merge "Test cleanup: drop equalTo
"
This commit is contained in:
commit
15a84769b8
|
@ -89,7 +89,7 @@ class CiteTest extends MediaWikiTestCase {
|
|||
|
||||
$mockOutput->expects( $this->once() )
|
||||
->method( 'setProperty' )
|
||||
->with( $this->equalTo( Cite::BOOK_REF_PROPERTY ), $this->equalTo( true ) );
|
||||
->with( Cite::BOOK_REF_PROPERTY, true );
|
||||
|
||||
$cite = new Cite();
|
||||
$cite->ref( 'contentA', [ 'name' => 'a' ], $mockParser, $mockPPframe );
|
||||
|
|
Loading…
Reference in a new issue