Skip to content

Commit

Permalink
Merge "Fix Daniels name"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jan 5, 2017
2 parents 9339027 + 9c9be0c commit aa83fcf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@
* @group WikibaseClientStore
*
* @license GPL-2.0+
* @author DanielKinzler
* @author Daniel Kinzler
*/
class DirectSqlStoreTest extends \MediaWikiTestCase {

protected function newStore() {

$entityChangeFactory = $this->getMockBuilder( EntityChangeFactory::class )
->disableOriginalConstructor()
->getMock();
Expand Down

0 comments on commit aa83fcf

Please sign in to comment.