\JLogEntryTest
Test class for JLogEntry.
Synopsis
class JLogEntryTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public void testDefaultValues()
- public void testBadPriorityValues()
- public void testCategorySanitization()
Hierarchy
Extends
Methods
public
- testBadPriorityValues() — Verify the priority for the entry object cannot be something not in the approved list.
- testCategorySanitization() — Test that non-standard category values are sanitized.
- testDefaultValues() — Verify the default values for the log entry object.