Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Dec 21, 2023
1 parent a803067 commit 84fb0a3
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions tests/TestCase/View/Helper/TinyMceHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,13 @@
*/
namespace TinyMCE\Test\TestCase\View\Helper;

use Cake\Controller\Controller;
use Cake\Core\Configure;
use Cake\TestSuite\TestCase;
use Cake\View\Helper\HtmlHelper;
use Cake\View\View;
use Exception;
use TinyMCE\View\Helper\TinyMCEHelper;

/**
* TheTinyMceTestController class
*
* @package TinyMce.Test.Case.View.Helper
*/
class TheTinyMCETestController extends Controller
{
/**
* name property
*
* @var string 'TheTest'
*/
public string $name = 'TheTest';

/**
* uses property
*
* @var mixed null
*/
public mixed $uses = null;
}

/**
* TinyMCEHelperTest class
*/
Expand Down

0 comments on commit 84fb0a3

Please sign in to comment.