MediaWiki REL1_31
SiteImporterTest Class Reference
Inheritance diagram for SiteImporterTest:
Collaboration diagram for SiteImporterTest:

Public Member Functions

 assertSitesEqual ( $expected, $actual, $message='')
 
 provideImportFromXML ()
 
 testImportFromFile ()
 
 testImportFromXML ( $xml, array $expectedSites, $errorCount=0)
 provideImportFromXML
 
 testImportFromXML_malformed ()
 

Private Member Functions

 getSerializedSiteList ( $sites)
 
 newSiteImporter (array $expectedSites, $errorCount)
 

Detailed Description

Definition at line 32 of file SiteImporterTest.php.

Member Function Documentation

◆ assertSitesEqual()

SiteImporterTest::assertSitesEqual ( $expected,
$actual,
$message = '' )

Definition at line 60 of file SiteImporterTest.php.

References getSerializedSiteList().

Referenced by newSiteImporter().

◆ getSerializedSiteList()

SiteImporterTest::getSerializedSiteList ( $sites)
private
Parameters
Site[]$sites
Returns
array[]

Definition at line 190 of file SiteImporterTest.php.

References $serialized, and unserialize().

Referenced by assertSitesEqual().

◆ newSiteImporter()

SiteImporterTest::newSiteImporter ( array $expectedSites,
$errorCount )
private

Definition at line 37 of file SiteImporterTest.php.

References any, and assertSitesEqual().

Referenced by testImportFromFile(), and testImportFromXML().

◆ provideImportFromXML()

SiteImporterTest::provideImportFromXML ( )

◆ testImportFromFile()

SiteImporterTest::testImportFromFile ( )

◆ testImportFromXML()

SiteImporterTest::testImportFromXML ( $xml,
array $expectedSites,
$errorCount = 0 )

provideImportFromXML

Definition at line 146 of file SiteImporterTest.php.

References newSiteImporter().

◆ testImportFromXML_malformed()

SiteImporterTest::testImportFromXML_malformed ( )

Definition at line 151 of file SiteImporterTest.php.


The documentation for this class was generated from the following file: