infinito/application/symfony/tests/Integration/Domain
2019-02-18 19:01:50 +01:00
..
ActionManagement Changed App namespace to Infinito namespace 2019-02-17 14:33:19 +01:00
FixtureManagement Changed App namespace to Infinito namespace 2019-02-17 14:33:19 +01:00
FormManagement Changed App namespace to Infinito namespace 2019-02-17 14:33:19 +01:00
LayerRepositoryManagement Changed App namespace to Infinito namespace 2019-02-17 14:33:19 +01:00
RequestManagement Validated that LazyRequestedEntity is loaded in RequestedActionService 2019-02-18 19:01:50 +01:00
SecureManagement Changed App namespace to Infinito namespace 2019-02-17 14:33:19 +01:00
SourceManagement Changed App namespace to Infinito namespace 2019-02-17 14:33:19 +01:00
UserManagement Changed App namespace to Infinito namespace 2019-02-17 14:33:19 +01: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