Merge "Test cleanup: drop equalTo"

This commit is contained in:
jenkins-bot 2019-11-11 12:43:04 +00:00 committed by Gerrit Code Review
commit 15a84769b8

View file

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