mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Info about utility files, note about their removal
This commit is contained in:
parent
787fc2aacf
commit
d2f639b1af
@ -1,3 +1,7 @@
|
|||||||
|
# Behat integration test setup (see behat.org).
|
||||||
|
# More information about running these tests can be found under
|
||||||
|
# https://github.com/silverstripe-labs/silverstripe-behat-extension.
|
||||||
|
# It is safe to remove this file for normal website operation.
|
||||||
default:
|
default:
|
||||||
filters:
|
filters:
|
||||||
tags: "~@todo"
|
tags: "~@todo"
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
# phing installation
|
Phing build tooling for SilverStripe releases (see phing.info).
|
||||||
sudo pear channel-discover pear.phing.info
|
Install through "pear channel-discover pear.phing.info && pear install --alldeps phing/phing".
|
||||||
sudo pear install phing/phing
|
Most tooling is placed in a separate module, install with "composer require silverstripe/buildtools".
|
||||||
sudo pear install pear/VersionControl_Git-0.4.4
|
It is safe to remove this file for normal website operation.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project name="silverstripe-installer" default="help" phingVersion="2.4.5">
|
<project name="silverstripe-installer" default="help" phingVersion="2.4.5">
|
||||||
|
|
||||||
<!-- Install with "composer require silverstripe/buildtools" -->
|
|
||||||
<import file="buildtools/build.xml" optional="true" />
|
<import file="buildtools/build.xml" optional="true" />
|
||||||
|
|
||||||
<property name="basedir" value="." override="true" />
|
<property name="basedir" value="." override="true" />
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
More information:
|
More information:
|
||||||
- http://www.phpunit.de/manual/current/en/textui.html
|
- http://www.phpunit.de/manual/current/en/textui.html
|
||||||
- http://doc.silverstripe.org/framework/en/topics/testing/#configuration
|
- http://doc.silverstripe.org/framework/en/topics/testing/#configuration
|
||||||
|
|
||||||
|
It is safe to remove this file for normal website operation.
|
||||||
-->
|
-->
|
||||||
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
|
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<--! Routing configuration for Microsoft IIS web server -->
|
||||||
<configuration>
|
<configuration>
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<security>
|
<security>
|
||||||
|
Loading…
Reference in New Issue
Block a user