rector/build/target-repository/e2e/attributes/src/route.php
Tomas Votruba 58e7624357
[scoped] Run e2e parallel, suck in existing tests (#16)
* run e2e in parallel

* [build] run e2e test in parlalel, explicit test list and merge with existing
2021-05-11 18:06:27 +02:00

14 lines
158 B
PHP

<?php
use Symfony\Component\Routing\Annotation\Route;
class SomeController
{
/**
* @Route()
*/
public function someMethod()
{
}
}