\JEventTest
Test class for JEvent.
Synopsis
class JEventTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public void test__construct()
- public void testUpdate()
- public void testUpdateNoArgs()
- public void testUpdateOneArg()
- public void testUpdateMultipleArgs()
- public void testUpdateBadEvent()
Hierarchy
Extends
Methods
public
- testUpdate() — Test JEvent::update().
- testUpdateBadEvent() — tests the firing of an event that does not exist
- testUpdateMultipleArgs() — tests the firing of the update event with multiple arguments
- testUpdateNoArgs() — tests the firing of the update event with no arguments
- testUpdateOneArg() — tests the firing of the update event with one argument
- test__construct() — Test JEvent::__construct().