infinito/application/symfony/tests/Integration/Domain
2019-02-16 10:47:41 +01:00
..
ActionManagement Implemented ActionHandlerServiceIntegrationTest 2019-02-16 10:47:41 +01:00
FixtureManagement Added PHPDocs 2019-02-12 18:04:36 +01:00
FormManagement Transformed RequestedActionFormBuilderServiceIntegrationTest to injection testing via kernel 2019-02-16 08:50:46 +01:00
LayerRepositoryManagement Covered Request Management Services with Unit Tests 2019-02-16 08:40:42 +01:00
RequestManagement Covered Request Management Services with Unit Tests 2019-02-16 08:40:42 +01:00
SecureManagement Renamed SecureRequestedRightChecker and implemented integration tests for it 2019-02-16 09:19:49 +01:00
SourceManagement Added PHPDocs 2019-02-12 18:04:36 +01:00
UserManagement Covered Request Management Services with Unit Tests 2019-02-16 08:40:42 +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