Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Conversation

@middlebrain
Copy link

@middlebrain middlebrain commented Mar 18, 2024

Tested with PHP 8.2.x.

All annotation tests passed.

If you replace

use Doctrine\Common\Annotations\AnnotationReader;

with

use Koriym\Attributes\AttributeReader as AnnotationReader;

in

tests/Description/ServiceDescriptionFactoryTest.php
tests/Metadata/ActionMetadataTest.php
tests/Metadata/Driver/AnnotationDriverTest.php
tests/Metadata/MethodMetadataTest.php
tests/Router/ServiceResolverTest.php
tests/Service/ContainerServiceFactoryTest.php

then all attribute tests will pass too.

I don't know how to make both (annotation and attribute tests) work in a single run.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant