Skip to content

Commit 748362f

Browse files
authored
Merge pull request #164 from iMattPro/fixes
Fix runner for EPV
2 parents cc1f285 + 5a3d480 commit 748362f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skeleton/.github/workflows/tests.yml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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

tests/template/template_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)