Skip to content

Commit

Permalink
Removed the tests from composer installs, again (ref #1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 31, 2020
1 parent cba0001 commit cf91994
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
/tests export-ignore
/src/Standards/Generic/Tests export-ignore
/src/Standards/MySource/Tests export-ignore
/src/Standards/PEAR/Tests export-ignore
/src/Standards/PSR1/Tests export-ignore
/src/Standards/PSR2/Tests export-ignore
/src/Standards/PSR12/Tests export-ignore
/src/Standards/Squiz/Tests export-ignore
/src/Standards/Zend/Tests export-ignore
.cspell.json export-ignore
.travis.yml export-ignore
package.xml export-ignore
phpunit.xml.dist export-ignore
php5-testingConfig.ini export-ignore
php7-testingConfig.ini export-ignore
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
The file documents changes to the PHP_CodeSniffer project.

## [Unreleased]

### Changes
- Composer installs no longer include any test files

### Removed
- Support for the deprecated `@codingStandard` annotation syntax has been removed
- Use the `phpcs:` or `@phpcs:` syntax instead
Expand Down

0 comments on commit cf91994

Please sign in to comment.