-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update copyright * minor test improvements (#86) * wrong (empty) directive * static data provider * fix test warn * bumped php & phpunit * migrated phpunit conf * ignore phpunit cache dir * migrate to attributes * refactor around deprecated getMockForAbstractClass * cs --------- Co-authored-by: Bas Kamer <[email protected]>
- Loading branch information
Showing
39 changed files
with
163 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
nbproject | ||
composer.lock | ||
.phpunit.result.cache | ||
.phpunit.cache | ||
.phpcs-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" convertDeprecationsToExceptions="true" colors="true"> | ||
<coverage processUncoveredFiles="true"> | ||
<include> | ||
<directory suffix=".php">./src</directory> | ||
</include> | ||
</coverage> | ||
|
||
<testsuite name="Prooph Common Test Suite"> | ||
<directory>./tests/</directory> | ||
</testsuite> | ||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache"> | ||
<testsuite name="Prooph Common Test Suite"> | ||
<directory>./tests/</directory> | ||
</testsuite> | ||
<source> | ||
<include> | ||
<directory suffix=".php">./src</directory> | ||
</include> | ||
</source> | ||
</phpunit> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
/** | ||
* This file is part of prooph/common. | ||
* (c) 2014-2022 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2022 Sascha-Oliver Prolic <[email protected]> | ||
* (c) 2014-2025 Alexander Miertsch <[email protected]> | ||
* (c) 2015-2025 Sascha-Oliver Prolic <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
|
Oops, something went wrong.