infinito/application/symfony/tests/Integration/Domain
2020-04-02 21:13:35 +02:00
..
AccessDataManagement Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Action Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Fixture Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Form Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Parameter Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Repository Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Request Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Secure Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
Source Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
User Code optimation by PHP-Code Sniffer 2020-04-02 21:13:35 +02:00
README.md Implemented RequestedEntityServiceIntegrationTest 2019-02-15 22:06:14 +01:00

Domain Unit Tests

Conventions

Service Tests

A test for an service:

  • MUST extend KernelTest
  • MUST test the actual injection
  • MUST be an integration test