Kdyby / DoctrineCache

Doctrine 2 Cache integration into Nette Framework
https://packagist.org/packages/kdyby/doctrine-cache
Other
10 stars 21 forks source link

Memcached support #10

Closed jasin755 closed 8 years ago

enumag commented 8 years ago

Could you add a test? https://github.com/Kdyby/DoctrineCache/blob/master/tests/KdybyTests/DoctrineCache/Extension.phpt#L48

jasin755 commented 8 years ago

Yes I can. I will try tomorrow

jasin755 commented 8 years ago

I watch the tests probably are using Nette Tester. I have no experience with it. I use pure PHPUnit. I tried to install Nette Tester and run as "../vendor/bin/tester tests" and both tests fail (FAILED: Kdyby\Doctrine\Extension. | KdybyTests/DoctrineCache/Extension.phpt) Without more detailed information :(

fprochazka commented 8 years ago

@jasin755 all you really need to do is run composer install in the cloned project and then run the command from travis.yml

jasin755 commented 8 years ago

It's not that easy. I added a line to the php.ini "extension = memcached.so" but PHP7 is not supporting the original memcache.so.

fprochazka commented 8 years ago

Thank you