r76804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76803‎ | r76804 | r76805 >
Date:16:02, 16 November 2010
Author:demon
Status:ok
Tags:
Comment:
Fix copy+paste error from r76798
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/includes/LicensesTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/includes/LicensesTest.php
@@ -9,6 +9,6 @@
1010 ";
1111
1212 $lc = new Licenses( array( 'licenses' => $str ) );
13 - $this->assertThat( $r, $this->isInstanceOf( 'Licenses' ) );
 13+ $this->assertThat( $lc, $this->isInstanceOf( 'Licenses' ) );
1414 }
1515 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76798More is_a() -> instanceofdemon15:10, 16 November 2010

Status & tagging log