Skip to content

Commit

Permalink
Remove .phpstorm.meta.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 3, 2024
1 parent 8e13477 commit 873768e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
33 changes: 0 additions & 33 deletions .phpstorm.meta.php

This file was deleted.

5 changes: 5 additions & 0 deletions ChangeLog-8.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [8.5.40] - 2024-MM-DD

* 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.5.39] - 2024-07-10

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

[8.5.40]: https://github.com/sebastianbergmann/phpunit/compare/8.5.39...8.5
[8.5.39]: https://github.com/sebastianbergmann/phpunit/compare/8.5.38...8.5.39
[8.5.38]: https://github.com/sebastianbergmann/phpunit/compare/8.5.37...8.5.38
[8.5.37]: https://github.com/sebastianbergmann/phpunit/compare/8.5.36...8.5.37
Expand Down
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@
<replace file="${basedir}/build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseClass.tpl" token="SebastianBergmann\CodeCoverage\CodeCoverage" value="PHPUnitPHAR\SebastianBergmann\CodeCoverage\CodeCoverage"/>
<replace file="${basedir}/build/tmp/phar-scoped/phpunit/Util/PHP/Template/TestCaseMethod.tpl" token="SebastianBergmann\CodeCoverage\CodeCoverage" value="PHPUnitPHAR\SebastianBergmann\CodeCoverage\CodeCoverage"/>

<copy file="${basedir}/.phpstorm.meta.php" tofile="${basedir}/build/tmp/phar-scoped/.phpstorm.meta.php"/>

<exec executable="${basedir}/tools/phpab" taskname="phpab" failonerror="true">
<arg value="--all" />
<arg value="--phar" />
Expand Down

0 comments on commit 873768e

Please sign in to comment.