Skip to content

Commit ddda72f

Browse files
committed
Rename references to test to tests
1 parent a0ea7e2 commit ddda72f

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
/composer.lock export-ignore
1111
/phpcs.xml.dist export-ignore
1212
/phpunit.xml.dist export-ignore
13-
/test export-ignore
13+
/tests export-ignore
1414
/docs export-ignore

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## 1.0.1 - 2019-10-16
6+
7+
### Added
8+
- Nothing
9+
10+
### Changed
11+
- Rename instances where test folder is referenced to tests
12+
13+
### Deprecated
14+
- Nothing
15+
16+
### Fixed
17+
- Nothing
18+
19+
### Removed
20+
- Nothing
21+
22+
### Security
23+
- Nothing
24+
525
## 1.0.0 - 2019-10-13
626

727
### Added

0 commit comments

Comments
 (0)