Skip to content
Snippets Groups Projects
Commit 854bea31 authored by Andy Summers's avatar Andy Summers
Browse files

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
parents 886481c8 8fc8a41f
No related branches found
No related tags found
1 merge request!5Remove tests from edu\wisc\doit namespace
......@@ -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"
}
}
}
<?php
namespace edu\wisc\doit;
use edu\wisc\doit\UserDetailsProvider;
use edu\wisc\doit\FederatedPreauthUserDetailsProvider;
/**
* Tests for {@link FederatedPreauthUserDetailsProvider}.
......
<?php
namespace edu\wisc\doit;
use edu\wisc\doit\LocalUserDetailsProvider;
/**
* Tests for {@link LocalUserDetailsProvider}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment