From ec82f7e565917b34ec93f67902873a3b9b41d141 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Wed, 9 May 2018 21:38:36 -0700 Subject: [PATCH] Workaround for the inability to use a post-PHPUnit script on ContinuousPHP --- .scrutinizer.yml | 2 +- tests/continuousphp/bootstrap.php | 20 +++++++++++++++++++ .../oci8.phpunit.continuousphp.xml | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 tests/continuousphp/bootstrap.php diff --git a/.scrutinizer.yml b/.scrutinizer.yml index bb45bc3a990..8facc375b77 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,7 +21,7 @@ before_commands: tools: external_code_coverage: timeout: 3600 - runs: 20 # 17x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + runs: 21 # 17x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 1x ContinuousPHP filter: excluded_paths: diff --git a/tests/continuousphp/bootstrap.php b/tests/continuousphp/bootstrap.php new file mode 100644 index 00000000000..feaa1887e6a --- /dev/null +++ b/tests/continuousphp/bootstrap.php @@ -0,0 +1,20 @@ +