This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Debug/Tests
Javier Spagnoletti bdc20e5252 [2.7] [minor] [DebugClassLoader] Minor update in deprecation message
| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Minor update for PHP version reference in deprecation message.

Before:
```
Test\Symfony\Component\Debug\Tests\Float uses a reserved class name (Float) that will break on PHP 7.0
```

After:
```
Test\Symfony\Component\Debug\Tests\Float uses a reserved class name (Float) that will break on PHP 7+
```
2015-05-04 09:57:47 -03:00
..
Exception fixed CS 2014-12-17 22:41:08 +01:00
FatalErrorHandler Merge branch '2.6' into 2.7 2015-04-24 17:36:44 +02:00
Fixtures [Debug] track and report deprecated classes and interfaces 2014-12-30 14:17:32 +01:00
DebugClassLoaderTest.php [2.7] [minor] [DebugClassLoader] Minor update in deprecation message 2015-05-04 09:57:47 -03:00
ErrorHandlerTest.php Merge branch '2.6' into 2.7 2015-05-02 17:21:08 +02:00
ExceptionHandlerTest.php [Debug] fix and enhance exception messages 2014-08-25 20:48:35 +02:00
MockExceptionHandler.php Developer friendly Class Not Found and Undefined Function errors. 2013-07-23 20:01:09 +02:00