infinito/application/symfony/tests/Integration/Domain
2019-03-29 23:21:52 +01:00
..
ActionManagement Optimized FixtureSources and menu 2019-03-29 23:21:52 +01:00
FixtureManagement Optimized FixtureSources and menu 2019-03-29 23:21:52 +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
ParameterManagement Implemented view parameter 2019-03-29 00:29:03 +01:00
RequestManagement Expanded rights to also manage actions instead of just a cruds 2019-02-21 18:46:57 +01:00
SecureManagement Expanded rights to also manage actions instead of just a cruds 2019-02-21 18:46:57 +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