Skip to content

Commit

Permalink
MNT Add new TinyMCE module test suites.
Browse files Browse the repository at this point in the history
The module itself will be added as a dependency of installer, so we
don't need to update the dependencies of sink.
  • Loading branch information
GuySartorelli committed Mar 6, 2025
1 parent ecc6cb3 commit 40c14ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
endtoend_suite: cms
endtoend_config: vendor/silverstripe/cms/behat.yml
endtoend_tags: job3,job4,job5,job6
- php: 8.3
endtoend: true
endtoend_suite: htmleditor-tinymce
endtoend_config: vendor/silverstripe/htmleditor-tinymce/behat.yml
- php: 8.3
endtoend: true
endtoend_suite: linkfield
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</testsuite>

<testsuite name="g2">
<directory>vendor/silverstripe/htmleditor-tinymce/tests/php</directory>
<directory>vendor/silverstripe/hybridsessions/tests</directory>
<directory>vendor/silverstripe/tagfield/tests</directory>
<directory>vendor/silverstripe/taxonomy/tests</directory>
Expand Down

0 comments on commit 40c14ac

Please sign in to comment.