\JMediawikiImagesTest
Test class for JMediawikiImages.
Synopsis
class JMediawikiImagesTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JRegistry $options;
- protected JMediawikiHttp $client;
- protected JMediawikiImages $object;
- protected $sampleString;
- protected $errorString;
- // methods
- protected void setUp()
- public void testGetImages()
- public void testGetImagesUsed()
- public void testGetImageInfo()
- public void testEnumerateImages()
Hierarchy
Extends
Members
protected
- $client — JMediawikiHttp
- $errorString — string
- $object — JMediawikiImages
- $options — JRegistry
- $sampleString — string
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testEnumerateImages() — Tests the enumerateImages method
- testGetImageInfo() — Tests the getImageInfo method
- testGetImages() — Tests the getImages method
- testGetImagesUsed() — Tests the getImagesUsed method