\JPlatformTest
JPlatformTest
Test class for JPlatform.
Generated by PHPUnit on 2009-10-08 at 21:36:41.
Synopsis
class JPlatformTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JPlatform $object;
- protected $PRODUCT;
- protected $RELEASE;
- protected $DEV_STATUS;
- protected $DEV_LEVEL;
- protected $BUILD;
- protected $CODENAME;
- protected $RELDATE;
- protected $RELTIME;
- protected $RELTZ;
- protected $COPYRIGHT;
- protected $URL;
- // methods
- public void testGetShortVersion()
- public array casesCompatibility()
- public void testIsCompatible()
- public void testSetState()
Hierarchy
Extends
Members
protected
- $BUILD
- $CODENAME
- $COPYRIGHT
- $DEV_LEVEL
- $DEV_STATUS
- $PRODUCT
- $RELDATE
- $RELEASE
- $RELTIME
- $RELTZ
- $URL
- $object — JPlatform
Methods
public
- casesCompatibility() — Compatibility test cases
- testGetShortVersion() — This checks for the correct Short Version.
- testIsCompatible() — This checks the compatibility testing method.
- testSetState() — This checks for correct operation of the __set_state() magic function, if it exists.