phpunit-architecture-test icon indicating copy to clipboard operation
phpunit-architecture-test copied to clipboard

PHPUnit Application Architecture Test. For architecture tests

Results 5 phpunit-architecture-test issues
Sort by recently updated
recently updated
newest added

Fixing error: Typed property PHPUnit\Architecture\Asserts\Dependencies\ObjectDependenciesDescription::$uses must not be accessed before initialization

Hello! I'm using ta-tikoma/phpunit-architecture-test version 0.8.5 and encountering a deprecation warning when running tests: ```Using ${var} in strings is deprecated, use {$var} instead // vendor/ta-tikoma/phpun…``` **Context:** PHP Version: 8.4 Package...

ci needs to be triggered again after Symfony 8 is released to validate

This PR is an attempt to fix [this issue](https://github.com/pestphp/pest/issues/1379), because I believe it should be fixed here rather than in the Pest repository. What do y'll think about it?