LerochkaKapito / extjs-bundle

Use ExtJs with Symfony 2
MIT License
21 stars 18 forks source link

problem with $loader = require_once($file); #25

Closed AmsTaFFix closed 10 years ago

AmsTaFFix commented 10 years ago

when i tried to run tests, i got error:

A callable is expected in AnnotationRegistry::registerLoader...

After debug, i saw, that $loader === true. I changed function require_once on require and it's works. Is that my problem, oh i should pull request with this fix?