| 1 | <?php |
||
| 25 | class ControllerHelper |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * Tests of creation conditions. |
||
| 29 | * |
||
| 30 | * @param array Articles à tester |
||
| 31 | * @return boolean |
||
| 32 | */ |
||
| 33 | public function testSupplierHasArticle(array $articles) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * Tests Order in progress for a supplier. |
||
| 49 | * |
||
| 50 | * @param \AppBundle\Entity\Article $articles Articles to test |
||
| 51 | * @param \Doctrine\Common\Persistence\ObjectManager $etm Named object manager |
||
| 52 | * @return boolean |
||
| 53 | */ |
||
| 54 | public function testOrderInProgress(Article $articles, ObjectManager $etm) |
||
| 66 | } |
||
| 67 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.