Skip to content

Commit 69a51ac

Browse files
Merge branch '8.5' into 9.6
2 parents f26bd59 + 873768e commit 69a51ac

File tree

3 files changed

+5
-35
lines changed

3 files changed

+5
-35
lines changed

.phpstorm.meta.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

ChangeLog-9.6.md

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

33
All notable changes of the PHPUnit 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [9.6.21] - 2024-MM-DD
6+
7+
* Removed `.phpstorm.meta.php` file as methods such as `TestCase::createStub()` use generics / template types for their return types and PhpStorm, for example, uses that information
8+
59
## [9.6.20] - 2024-07-10
610

711
### Changed
@@ -149,6 +153,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
149153
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
150154
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
151155

156+
[9.6.21]: https://github.com/sebastianbergmann/phpunit/compare/9.6.20...9.6
152157
[9.6.20]: https://github.com/sebastianbergmann/phpunit/compare/9.6.19...9.6.20
153158
[9.6.19]: https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19
154159
[9.6.18]: https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18

build.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,6 @@
393393
<replace file="${basedir}/build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseMethod.tpl" token="SebastianBergmann\CodeCoverage\CodeCoverage" value="PHPUnitPHAR\SebastianBergmann\CodeCoverage\CodeCoverage"/>
394394
<replace file="${basedir}/build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseMethod.tpl" token="SebastianBergmann\CodeCoverage\Driver\Selector" value="PHPUnitPHAR\SebastianBergmann\CodeCoverage\Driver\Selector"/>
395395

396-
<copy file="${basedir}/.phpstorm.meta.php" tofile="${basedir}/build/tmp/phar-scoped/.phpstorm.meta.php"/>
397-
398396
<exec executable="${basedir}/tools/phpab" taskname="phpab" failonerror="true">
399397
<arg value="--all" />
400398
<arg value="--phar" />

0 commit comments

Comments
 (0)