Skip to content
Extraits de code Groupes Projets
  • Thomas Steur's avatar
    51e34b5d
    Automatically load required plugins during test (#11675) · 51e34b5d
    Thomas Steur a rédigé
    * Automatically load required plugins during test
    
    When a plugin requires another plugin in `plugin.json`, this will make sure to load the required plugin as well (if it exists in filesystem) when running the tests.
    
    * Load plugin json manually without metadata loader as container is not created yet
    
    * only load plugin.json if it exists
    51e34b5d
    Historique
    Automatically load required plugins during test (#11675)
    Thomas Steur a rédigé
    * Automatically load required plugins during test
    
    When a plugin requires another plugin in `plugin.json`, this will make sure to load the required plugin as well (if it exists in filesystem) when running the tests.
    
    * Load plugin json manually without metadata loader as container is not created yet
    
    * only load plugin.json if it exists
TestingEnvironmentManipulator.php 8,64 Kio