Skip to content

Commit

Permalink
Merge pull request #27 from acelaya-forks/feature/phpunit-10.1
Browse files Browse the repository at this point in the history
Update to PHPUnit 10.1
  • Loading branch information
acelaya committed Apr 16, 2023
2 parents 2bc5953 + 19787c4 commit 59ed8b0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
* *Nothing*

### Changed
* Update to PHPUnit 10.1

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [2.4.1] - 2023-03-15
### Added
* *Nothing*
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"require-dev": {
"devster/ubench": "^2.1",
"infection/infection": "^0.26.19",
"infection/infection": "^0.26.20",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.1",
"psr/simple-cache": "^2.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"symfony/var-dumper": "^6.1"
"symfony/var-dumper": "^6.2"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</testsuite>
</testsuites>

<coverage>
<source>
<include>
<directory suffix=".php">./src</directory>
<directory suffix=".php">./functions</directory>
<directory>./src</directory>
<directory>./functions</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit 59ed8b0

Please sign in to comment.