My favorites | Sign in
yii
Project Home Downloads Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* This file contains the CTestCase class.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/

require_once('PHPUnit/Runner/Version.php');
require_once('PHPUnit/Autoload.php');

/**
* CTestCase is the base class for all test case classes.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id$
* @package system.test
* @since 1.1
*/
abstract class CTestCase extends PHPUnit_Framework_TestCase
{
}

Change log

r3527 by qiang.xue on Dec 31, 2011   Diff
1.1.9 release.
Go to: 
Sign in to write a code review

Older revisions

r2997 by alexander.makarow on Feb 23, 2011   Diff
(Fixes  issue 2138 ) Updated required
PHPUnit version
r2799 by qiang.xue on Jan 1, 2011   Diff
changed copyright year.
r2529 by alexander.makarow on Oct 5, 2010   Diff
(Fixes  issue 1641 ) Added PhpUnit
3.5.0RC1 and up support
All revisions of this file

File info

Size: 563 bytes, 24 lines

File properties

svn:keywords
Id
Powered by Google Project Hosting