fix: set global \$config stub so smiley_text() does not fatal in unit… #43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tests | |
| on: | |
| push: | |
| branches: | |
| - develop33 | |
| pull_request: | |
| branches: | |
| - develop33 | |
| jobs: | |
| test: | |
| uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x | |
| with: | |
| EXTNAME: 'avathar/recenttopicsav' | |
| PRIMARY_PHP_VERSION: '8.1' | |
| PHP_VERSION_MATRIX: '["8.1", "8.2", "8.3", "8.4"]' | |
| RUN_MSSQL_JOBS: 0 |