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

Remove tests from edu\wisc\doit namespace

parent 886481c8
No related branches found
No related tags found
1 merge request!5Remove tests from edu\wisc\doit namespace
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "library", "type": "library",
"homepage": "https://git.doit.wisc.edu/adi-ia/uw-php-security", "homepage": "https://git.doit.wisc.edu/adi-ia/uw-php-security",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "1.0.0", "version": "1.0.1",
"authors": [{ "authors": [{
"name": "UW-Madison DoIT ADI Integrated Applications", "name": "UW-Madison DoIT ADI Integrated Applications",
"email": "adi-ia@lists.wisc.edu", "email": "adi-ia@lists.wisc.edu",
...@@ -21,10 +21,5 @@ ...@@ -21,10 +21,5 @@
"psr-4": { "psr-4": {
"edu\\wisc\\doit\\": "src/main/edu/wisc/doit/" "edu\\wisc\\doit\\": "src/main/edu/wisc/doit/"
} }
},
"autoload-dev": {
"psr-4": {
"edu\\wisc\\doit\\": "src/test/edu/wisc/doit"
}
} }
} }
<?php <?php
namespace edu\wisc\doit; use edu\wisc\doit\UserDetailsProvider;
use edu\wisc\doit\FederatedPreauthUserDetailsProvider;
/** /**
* Tests for {@link FederatedPreauthUserDetailsProvider}. * Tests for {@link FederatedPreauthUserDetailsProvider}.
......
<?php <?php
namespace edu\wisc\doit; use edu\wisc\doit\LocalUserDetailsProvider;
/** /**
* Tests for {@link 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