diff --git a/skeleton/.github/workflows/tests.yml.twig b/skeleton/.github/workflows/tests.yml.twig index 552fb5a..b268f2c 100644 --- a/skeleton/.github/workflows/tests.yml.twig +++ b/skeleton/.github/workflows/tests.yml.twig @@ -99,7 +99,7 @@ jobs: - name: Setup EPV if: ${{ '{{' }} env.EPV != 0 }} - run: composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs + run: php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs working-directory: ./phpBB3/phpBB - name: Run code sniffer diff --git a/tests/template/template_test.php b/tests/template/template_test.php index 0b663f9..a46ea84 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -19,7 +19,7 @@ class template_test extends \phpbb_template_template_test_case { protected $test_path = __DIR__; - protected function setup_engine(array $new_config = array()) + protected function setup_engine(array $new_config = array(), string $template_path = '') { global $phpbb_root_path, $phpEx;