-
- Downloads
Merge branch 'namespace' into 'master'
Remove tests from edu\wisc\doit namespace The tests were auto-added to the `edu\wisc\doit` namespace by IntelliJ, bundling them as a classes in our released package. Since downstream apps don't need to instantiate the tests, this removes them from the namespace. Please review: @ahoffmann See merge request !5
No related branches found
No related tags found
Showing
- composer.json 1 addition, 6 deletionscomposer.json
- src/test/edu/wisc/doit/FederatedPreauthUserDetailsProviderTest.php 2 additions, 1 deletion...edu/wisc/doit/FederatedPreauthUserDetailsProviderTest.php
- src/test/edu/wisc/doit/LocalUserDetailsProviderTest.php 1 addition, 1 deletionsrc/test/edu/wisc/doit/LocalUserDetailsProviderTest.php
... | ... | @@ -4,7 +4,7 @@ |
"type": "library", | ||
"homepage": "https://git.doit.wisc.edu/adi-ia/uw-php-security", | ||
"license": "Apache-2.0", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"authors": [{ | ||
"name": "UW-Madison DoIT ADI Integrated Applications", | ||
"email": "adi-ia@lists.wisc.edu", | ||
... | ... | @@ -21,10 +21,5 @@ |
"psr-4": { | ||
"edu\\wisc\\doit\\": "src/main/edu/wisc/doit/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"edu\\wisc\\doit\\": "src/test/edu/wisc/doit" | ||
} | ||
} | ||
} |
Please register or sign in to comment