samjarrett / DoctrineSluggableBundle

A Symfony2 bundle that provides a Doctrine2 sluggable behavior implementation, providing a unique slug across many Doctrine ORM entities simply by implementing a simple PHP interface
GNU Lesser General Public License v2.1
16 stars 4 forks source link

Fix test fails #14

Closed yvmarques closed 5 years ago

yvmarques commented 10 years ago

Slugger is waiting for two arguments that are missing when testing.