Skip to content
Extraits de code Groupes Projets
  1. jan. 13, 2016
  2. nov. 24, 2015
  3. nov. 18, 2015
  4. oct. 27, 2015
  5. oct. 01, 2015
  6. sept. 24, 2015
  7. sept. 18, 2015
  8. sept. 10, 2015
  9. août 12, 2015
  10. juin 26, 2015
  11. juin 25, 2015
  12. juin 24, 2015
  13. juin 20, 2015
  14. juin 17, 2015
  15. juin 16, 2015
  16. juin 12, 2015
  17. juin 05, 2015
  18. juin 03, 2015
  19. juin 01, 2015
  20. mai 24, 2015
  21. mai 21, 2015
    • diosmosis's avatar
      Make sure custom container config defined in Fixtures w/... · cc235640
      diosmosis a rédigé
      Make sure custom container config defined in Fixtures w/ provideContainerConfig override is applied when creating the Environment. Also allow SystemTestCases and IntegrationTestCases to override container config from the test class, without creating a custom Fixture.
      cc235640
    • diosmosis's avatar
      For integration tests, recreate test environment in setUp(). This is required... · 6866c3aa
      diosmosis a rédigé
      For integration tests, recreate test environment in setUp(). This is required since the environment can be modified during tests, and these modifications must be removed after (eg, event observers can be registered). Since Plugin\Manager is in DI, we must also reload plugins.
      
      Integration/Plugin/ManagerTest.php was modified; order of plugins changed because Fixture::loadPlugins() will use TestingEnvironment to gather plugins, which sorts plugins by name.
      6866c3aa
    • diosmosis's avatar
      Use observers.global DI config in TestingEnvironment to define event... · 0647faa7
      diosmosis a rédigé
      Use observers.global DI config in TestingEnvironment to define event observers, since the container is not created at this point.
      0647faa7
Chargement en cours