File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 7
7
convertNoticesToExceptions =" true"
8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
- stopOnFailure =" false "
10
+ stopOnFailure =" true "
11
11
bootstrap =" vendor/autoload.php"
12
12
>
13
13
<testsuites >
19
19
<php >
20
20
<!-- "Real" test database -->
21
21
<var name =" db_host" value =" localhost" />
22
- <var name =" db_admin_username" value =" tdbm_admin " />
22
+ <var name =" db_admin_username" value =" system " />
23
23
<var name =" db_username" value =" tdbm" />
24
- <var name =" db_password" value =" tdbm " />
24
+ <var name =" db_password" value =" oracle " />
25
25
<var name =" db_name" value =" tdbm" />
26
26
<var name =" db_port" value =" 1521" />
27
27
<var name =" db_driver" value =" oci8" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
6
cd $DIR
7
7
cd ..
8
8
9
- docker run --rm --name oracle-tdbm-test -v $( pwd) :/app -v $( pwd ) /tests/Fixtures/oracle-startup.sql:/docker-entrypoint-initdb.d/oracle-startup.sql moufmouf/oracle-xe-php:7.4-11g vendor/bin/phpunit -c phpunit.oracle.xml
9
+ docker run --rm --name oracle-tdbm-test -v $( pwd) :/app moufmouf/oracle-xe-php:7.4-11g vendor/bin/phpunit -c phpunit.oracle.xml
10
10
You can’t perform that action at this time.
0 commit comments