mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
9dd5ebee8c
The SilverStripe project structure complicates the travis test run, and the goal of this branch is to prevent it from being necessary. - Unit tests can be run simply with PHPUnit. - Behat test can be run with the silverstripe/serve module Note that initially this commit doesn’t cater to the behat tests. As part of this, we allow dev packages to be installed when testing These settings don’t affect projects that use framework, only when framework’s composer install / require calls are used themselves. Since SS4 is pre-stable, these are important. They can probably be removed once SS4 stable (and stable versions of support packages) have been released.
16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
.sass-cache
|
|
.DS_Store
|
|
npm-debug.log
|
|
/.buildpath
|
|
/.project
|
|
/.settings
|
|
css/GridField_print.css
|
|
admin/thirdparty/chosen/node_modules
|
|
node_modules/
|
|
coverage/
|
|
/**/*.js.map
|
|
/**/*.css.map
|
|
vendor/
|
|
composer.lock
|
|
silverstripe-cache/
|