Index: trunk/phase3/maintenance/tests/phpunit/includes/LicensesTest.php |
— | — | @@ -9,6 +9,6 @@ |
10 | 10 | "; |
11 | 11 | |
12 | 12 | $lc = new Licenses( array( 'licenses' => $str ) ); |
13 | | - $this->assertThat( $r, $this->isInstanceOf( 'Licenses' ) ); |
| 13 | + $this->assertThat( $lc, $this->isInstanceOf( 'Licenses' ) ); |
14 | 14 | } |
15 | 15 | } |