mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Enforce flush on CI test runs
Would be better handled by an explicity "clear manifest" task, but that's the best we can do for now. Necessary because of removed 'flush' setting from bootstrap.php, see https://github.com/silverstripe/sapphire/pull/620
This commit is contained in:
parent
c8dbcf73a3
commit
b3e8696fdb
@ -18,14 +18,16 @@
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
<!--
|
||||
Set different database connection.
|
||||
Relies on the presence of the 'zframeworktest_dbswitcher' module
|
||||
(https://github.com/silverstripe-labs/zframeworktest_dbswitcher),
|
||||
as well as on constants in _ss_environment.php (see module README).
|
||||
-->
|
||||
<php>
|
||||
<!--
|
||||
Set different database connection.
|
||||
Relies on the presence of the 'zframeworktest_dbswitcher' module
|
||||
(https://github.com/silverstripe-labs/zframeworktest_dbswitcher),
|
||||
as well as on constants in _ss_environment.php (see module README).
|
||||
-->
|
||||
<get name="db" value="mssql"/>
|
||||
<!-- Always flush the manifest -->
|
||||
<get name="flush" value="1"/>
|
||||
</php>
|
||||
|
||||
</phpunit>
|
@ -18,14 +18,16 @@
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
<!--
|
||||
Set different database connection.
|
||||
Relies on the presence of the 'zframeworktest_dbswitcher' module
|
||||
(https://github.com/silverstripe-labs/zframeworktest_dbswitcher),
|
||||
as well as on constants in _ss_environment.php (see module README).
|
||||
-->
|
||||
<php>
|
||||
<!--
|
||||
Set different database connection.
|
||||
Relies on the presence of the 'zframeworktest_dbswitcher' module
|
||||
(https://github.com/silverstripe-labs/zframeworktest_dbswitcher),
|
||||
as well as on constants in _ss_environment.php (see module README).
|
||||
-->
|
||||
<get name="db" value="postgresql"/>
|
||||
<!-- Always flush the manifest -->
|
||||
<get name="flush" value="1"/>
|
||||
</php>
|
||||
|
||||
</phpunit>
|
@ -18,14 +18,16 @@
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
<!--
|
||||
Set different database connection.
|
||||
Relies on the presence of the 'zframeworktest_dbswitcher' module
|
||||
(https://github.com/silverstripe-labs/zframeworktest_dbswitcher),
|
||||
as well as on constants in _ss_environment.php (see module README).
|
||||
-->
|
||||
<php>
|
||||
<!--
|
||||
Set different database connection.
|
||||
Relies on the presence of the 'zframeworktest_dbswitcher' module
|
||||
(https://github.com/silverstripe-labs/zframeworktest_dbswitcher),
|
||||
as well as on constants in _ss_environment.php (see module README).
|
||||
-->
|
||||
<get name="db" value="sqlite3"/>
|
||||
<!-- Always flush the manifest -->
|
||||
<get name="flush" value="1"/>
|
||||
</php>
|
||||
|
||||
</phpunit>
|
@ -34,4 +34,5 @@
|
||||
<group>sanitychecks</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
</phpunit>
|
Loading…
Reference in New Issue
Block a user