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 7127dcf + 91aa605 commit a36ffb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/behat/behat_editor_tiny_multilang2.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
* @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_multilang2 plugin.
*/
class behat_editor_tiny_multilang2 extends behat_editor_tiny {
class behat_editor_tiny_multilang2 extends behat_base {
use editor_tiny_helpers;

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

0 comments on commit a36ffb5

Please sign in to comment.