Skip to content

Commit

Permalink
Modified end-to-end test.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Jun 8, 2024
1 parent 58c5a6a commit ed1ed3c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions spec/INTER-Mediator-UnitTest/Core/GenerateJSCode_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/

use INTERMediator\GenerateJSCode;
use PHPUnit\Framework\Attributes\PreserveGlobalState;
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
use PHPUnit\Framework\TestCase;

class GenerateJSCode_Test extends TestCase
Expand Down
2 changes: 2 additions & 0 deletions spec/INTER-Mediator-UnitTest/Core/IMUtil_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/

use INTERMediator\Params;
use PHPUnit\Framework\Attributes\PreserveGlobalState;
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
use PHPUnit\Framework\TestCase;
use INTERMediator\IMUtil;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

use INTERMediator\IMUtil;
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
use PHPUnit\Framework\TestCase;
use INTERMediator\DB\Proxy;

Expand Down
3 changes: 3 additions & 0 deletions spec/INTER-Mediator-UnitTest/Editors/defedit_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
namespace Editors;

use INTERMediator\IMUtil;
use PHPUnit\Framework\Attributes\BackupGlobals;
use PHPUnit\Framework\Attributes\PreserveGlobalState;
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
use PHPUnit\Framework\TestCase;

class defedit_Test extends TestCase
Expand Down
3 changes: 3 additions & 0 deletions spec/INTER-Mediator-UnitTest/Editors/pageedit_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

namespace Editors;

use PHPUnit\Framework\Attributes\BackupGlobals;
use PHPUnit\Framework\Attributes\PreserveGlobalState;
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
use PHPUnit\Framework\TestCase;

class pageedit_Test extends TestCase
Expand Down
6 changes: 3 additions & 3 deletions spec/run/wdio-firefox.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ exports.config = {
// './test/specs/calc_lookup_page_mysql.e2e.js',
// './test/specs/calc_lookup_page_postgresql.e2e.js',
// './test/specs/calc_lookup_page_sqlite.e2e.js',
'./test/specs/media_mysql.e2e.js',
'./test/specs/media_postgresql.e2e.js',
'./test/specs/media_sqlite.e2e.js',
// './test/specs/media_mysql.e2e.js',
// './test/specs/media_postgresql.e2e.js',
// './test/specs/media_sqlite.e2e.js',
],
// Patterns to exclude.
exclude: [],
Expand Down

0 comments on commit ed1ed3c

Please sign in to comment.