Skip to content

Commit

Permalink
Fix up some docblocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieajau committed Sep 19, 2011
1 parent be0b1a4 commit bf9e19b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/suite/joomla/application/JWebTest.php
Expand Up @@ -11,14 +11,20 @@
include_once __DIR__.'/TestStubs/JWeb_Inspector.php';

/**
* Test class for JDaemon.
* Test class for JWeb.
*
* @package Joomla.UnitTest
* @subpackage Application
* @since 11.3
*/
class JWebTest extends PHPUnit_Framework_TestCase
class JWebTest extends JoomlaTestCase
{
/**
* Setup for testing.
*
* @return void
* @return void
*
* @since 11.3
*/
public function setUp()
{
Expand Down

0 comments on commit bf9e19b

Please sign in to comment.