Skip to content

Commit

Permalink
Merge branch 'jason-platts-fixbehat'
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Oct 3, 2023
2 parents 354c10c + b62fc41 commit 7997c5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/behat/behat_editor_tiny_fontcolor.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

require_once(__DIR__ . '/../../../../tests/behat/behat_editor_tiny.php');
require_once(__DIR__ . '/../../../../../../behat/behat_base.php');
require_once(__DIR__ . '/../../../../tests/behat/editor_tiny_helpers.php');

/**
* Extends general TinyMCE test to test the tiny_fontcolor plugin.
*/
class behat_editor_tiny_fontcolor extends behat_editor_tiny {
class behat_editor_tiny_fontcolor extends behat_base {
use editor_tiny_helpers;

/**
* Click on a button for the specified TinyMCE editor.
Expand Down

0 comments on commit 7997c5f

Please sign in to comment.