1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 02:27:59 +01:00
psalm/tests/Template
Bruce Weirdan e517295f7e
Fixed PSR-4 warnings
Fixes the following warnings that were emitted by `composer install`:

```
Generating optimized autoload files
Class Psalm\Tests\KeyOfTemplateTest located in ./tests/Template/KeyOfTemplateTest.php does not comply with psr-4 autoloading standard. Skipping.
Class Psalm\Tests\ValueOfTemplateTest located in ./tests/Template/ValueOfTemplateTest.php does not comply with psr-4 autoloading standard. Skipping.
```
2022-02-17 03:52:07 +02:00
..
ClassStringMapTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ClassTemplateCovarianceTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ClassTemplateExtendsTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ClassTemplateTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ConditionalReturnTypeTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
FunctionClassStringTemplateTest.php nitpicks 2022-01-20 23:47:41 +01:00
FunctionTemplateAssertTest.php Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
FunctionTemplateTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
KeyOfTemplateTest.php Fixed PSR-4 warnings 2022-02-17 03:52:07 +02:00
NestedTemplateTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
TraitTemplateTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ValueOfTemplateTest.php Fixed PSR-4 warnings 2022-02-17 03:52:07 +02:00