Fix copy+paste error from r76798
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 16 Nov 2010 16:02:48 +0000 (16:02 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 16 Nov 2010 16:02:48 +0000 (16:02 +0000)
maintenance/tests/phpunit/includes/LicensesTest.php

index 36496a8..0008a77 100644 (file)
@@ -9,6 +9,6 @@ class LicensesTest extends PHPUnit_Framework_TestCase {
 ";
 
                $lc = new Licenses( array( 'licenses' => $str ) );
-               $this->assertThat( $r, $this->isInstanceOf( 'Licenses' ) );
+               $this->assertThat( $lc, $this->isInstanceOf( 'Licenses' ) );
        }
 }