sonata-project / cache

[Deprecated] Cache library
https://github.com/sonata-project/cache
MIT License
332 stars 29 forks source link

DevKit updates for 2.x branch #172

Closed SonataCI closed 3 years ago

OskarStark commented 3 years ago

Can you check the tests @VincentLanglet ?

VincentLanglet commented 3 years ago

Can you check the tests @VincentLanglet ?

Lot of tests are skipped because the apcu extension is missing, we should add it to this repository and the cachebundle one

OskarStark commented 3 years ago

Lot of tests are skipped because the apcu extension is missing, we should add it to this repository and the cachebundle one

Open for a PR? 😄

VincentLanglet commented 3 years ago

Lot of tests are skipped because the apcu extension is missing, we should add it to this repository and the cachebundle one

Open for a PR? 😄

WIP: https://github.com/sonata-project/dev-kit/pull/1346/files

VincentLanglet commented 3 years ago

Test are working locally now. But I don't know why I have this weird error with $blacklist on CI that I didn't get before.... @OskarStark

OskarStark commented 3 years ago

You mean this one?

1) Sonata\Cache\Tests\Cache\Invalidation\DoctrinePHPCRODMListenerTest::test
Cannot stub or mock class or interface "Doctrine\Persistence\Event\LifecycleEventArgs" which does not exist
VincentLanglet commented 3 years ago

This is working now @OskarStark