-
Notifications
You must be signed in to change notification settings - Fork 8
Add tagged service task compilerpass #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tagged service task compilerpass #2
Conversation
* | ||
* @author @wachterjohannes <johannes.wachter@massiveart.com> | ||
*/ | ||
class RunHandlerCommand extends Command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests missing
also missing functional tests for the new compiler pass |
|
||
public function __construct(RegistryInterface $registry) | ||
{ | ||
parent::__construct('task:run:handler'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should move this to service definition.
use Task\TaskBundle\DependencyInjection\HandlerCompilerPass; | ||
use Task\TaskBundle\DependencyInjection\TaskCompilerPass; | ||
|
||
class TaskCompilerPassTest extends \PHPUnit_Framework_TestCase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
functional tests missing for this class
…-tasks Add tagged service task compilerpass
No description provided.