Skip to content

Commit 873768e

Browse files
Remove .phpstorm.meta.php
1 parent 8e13477 commit 873768e

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-8.5.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 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [8.5.40] - 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
## [8.5.39] - 2024-07-10
610

711
### Changed
@@ -307,6 +311,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
307311
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
308312
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
309313

314+
[8.5.40]: https://github.com/sebastianbergmann/phpunit/compare/8.5.39...8.5
310315
[8.5.39]: https://github.com/sebastianbergmann/phpunit/compare/8.5.38...8.5.39
311316
[8.5.38]: https://github.com/sebastianbergmann/phpunit/compare/8.5.37...8.5.38
312317
[8.5.37]: https://github.com/sebastianbergmann/phpunit/compare/8.5.36...8.5.37

build.xml

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

358-
<copy file="${basedir}/.phpstorm.meta.php" tofile="${basedir}/build/tmp/phar-scoped/.phpstorm.meta.php"/>
359-
360358
<exec executable="${basedir}/tools/phpab" taskname="phpab" failonerror="true">
361359
<arg value="--all" />
362360
<arg value="--phar" />

0 commit comments

Comments
 (0)