https://bugzilla.wikimedia.org/show_bug.cgi?id=56920

Aravind K N <arav...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arav...@gmail.com

--- Comment #3 from Aravind K N <arav...@gmail.com> ---
function testOnPageContentLanguage() {
        $title = Title::newFromText( 'Wp/nl/Test' );
        $this->assertEquals( $title->getPageLanguage()->getCode(), 'nl');
        $title = Title::newFromText( 'Template:Wp/be-tarask/Test' );
      $this->assertEquals($title->getPageLanguage()->getCode()'betarask' );
        $title = Title::newFromText( 'Project:Wp/nl/Test' );
        $this->assertEquals( $title->getPageLanguage()->getCode(), 'en');
    }

Is it the last line which is creating the problem? This is on
WikimediaIncubator/IncubatorUnitTests.php

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to