Minor fix to unit tests

This commit is contained in:
Samuel Georges 2015-02-09 21:50:59 +11:00
parent aba7021834
commit f26bd1221b
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?php
use Cms\Classes\CmsCompoundObject;
use Cms\Classes\CmsObject;
use Cms\Classes\Theme;
use Cms\Classes\CmsObject;
use Cms\Classes\CmsCompoundObject;
class TestCmsCompoundObject extends CmsCompoundObject
{

View File

@ -7,7 +7,7 @@ use Cms\Classes\Layout;
use Cms\Classes\Controller;
use Cms\Classes\CmsException;
use Cms\Classes\CodeParser;
use SystemException;
use October\Rain\Exception\SystemException;
class CmsExceptionTest extends TestCase
{