mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-04 23:34:05 +01:00
11 lines
128 B
PHP
11 lines
128 B
PHP
<?php
|
|
|
|
require_once 'ModelMock.php';
|
|
|
|
class CValidatorTest extends CTestCase
|
|
{
|
|
public function test()
|
|
{
|
|
|
|
}
|
|
} |