Skip to content

Commit 8533d8e

Browse files
authored
Merge pull request #65 from district09/develop
Merge develop into main
2 parents 3748a2a + 2e8bac0 commit 8533d8e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All Notable changes to the **Quality Assurance - Drupal** package.
44

5+
## [4.1.1]
6+
7+
### Added
8+
9+
- Add vendor map to phpunit-extension ignore.
10+
511
## [4.1.0]
612

713
### Added
@@ -494,6 +500,7 @@ Initial setup of the qa-drupal package:
494500
- Default config files and checks for a Drupal site.
495501
- Default config files and checks for a Drupal module.
496502

503+
[4.1.1]: https://github.com/district09/php_package_qa-drupal/compare/4.1.0...4.1.1
497504
[4.1.0]: https://github.com/district09/php_package_qa-drupal/compare/4.0.0...4.1.0
498505
[4.0.0]: https://github.com/district09/php_package_qa-drupal/compare/4.0.0-alpha6...4.0.0
499506
[4.0.0-alpha6]: https://github.com/district09/php_package_qa-drupal/compare/4.0.0-alpha5...4.0.0-alpha6

configs/phpunit-extension.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<directory suffix="Test.php">./</directory>
6969
<directory suffix="TestBase.php">./</directory>
7070
<directory suffix="TestCase.php">./</directory>
71+
<directory>vendor</directory>
7172
</exclude>
7273
</source>
7374
</phpunit>

0 commit comments

Comments
 (0)