File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
skeleton/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999
100100 - name: Setup EPV
101101 if: ${{ ' {{' }} env.EPV != 0 }}
102- run: composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
102+ run: php ../ composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
103103 working-directory: ./phpBB3/phpBB
104104
105105 - name: Run code sniffer
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class template_test extends \phpbb_template_template_test_case
1919{
2020 protected $ test_path = __DIR__ ;
2121
22- protected function setup_engine (array $ new_config = array ())
22+ protected function setup_engine (array $ new_config = array (), string $ template_path = '' )
2323 {
2424 global $ phpbb_root_path , $ phpEx ;
2525
You can’t perform that action at this time.
0 commit comments