You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As already commented by @JohannesTyra at 3f0adca#commitcomment-149925742 the change to include test/ in .gitattributes not only messes with the autoloader, but also removes critical classes like sfTestBaseTask or sfTester from all git exports and thus composer packaging.
I think the line should be changed to /test/ to only match the actual symfony1 tests that can be safely ignored.
The text was updated successfully, but these errors were encountered:
vworldat
added a commit
to vworldat/symfony1
that referenced
this issue
Dec 13, 2024
@vworldat I checked on on of my SF1.5 projects, but was not able to reproduce the issue when running some of he SF1 actions.
Not sure if it is due to a different scenario, or the wrapping with SF5.4 I have in place.
Do you have a reproducible example we can test and replicate on the tests to avoid those breaking changes?
As already commented by @JohannesTyra at 3f0adca#commitcomment-149925742 the change to include
test/
in.gitattributes
not only messes with the autoloader, but also removes critical classes likesfTestBaseTask
orsfTester
from all git exports and thus composer packaging.I think the line should be changed to
/test/
to only match the actual symfony1 tests that can be safely ignored.The text was updated successfully, but these errors were encountered: