Skip to content

Commit

Permalink
Initial commit for branch 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinwalPrasad committed Mar 29, 2019
1 parent c249280 commit 5be9eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"illuminate/support": "5.*",
"mrclay/shibalike": "1.0.0",
"laravel/framework": "5.7.*",
"laravel/framework": "5.8.*",
"tymon/jwt-auth": "^0.5.10"
},
"autoload": {
Expand All @@ -27,7 +27,7 @@
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "3.7.*"
"orchestra/testbench": "3.8.*"
},
"extra": {
"laravel": {
Expand Down
4 changes: 2 additions & 2 deletions tests/setup/Stubs/Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ trait Setup
*/
public function setUp()
{
parent::setUp();

$_SERVER['isMemberOf'] = 'urn:mace:dir:entitlement:common-lib-terms;urn:mace:uark.edu:ADGroups:Computing Services:Something:Somesuch-WCOB;urn:mace:uark.edu:ADGroups:Walton College:Security Groups:Old Security Groups:WCOB-TechCenter;urn:mace:uark.edu:ADGroups:Exchange Resource Units:UITS (University IT Services):UITS: TechPartners;urn:mace:uark.edu:ADGroups:Walton College:Security Groups:WCOB-Intranet;urn:mace:uark.edu:ADGroups:walton:Groups:linux02_sudoers;urn:mace:uark.edu:ADGroups:Walton College:Security Groups:WCOB-Users;urn:mace:uark.edu:ADGroups:Exchange Resource Units:WCOB (Walton College):WCOB: Conference Team';

$_SERVER['mail'] = '[email protected]';
Expand All @@ -18,8 +20,6 @@ public function setUp()
$_SERVER['sn'] = 'Test';
$_SERVER['emplId'] = '100000001';

parent::setUp();

$this->artisan('migrate:refresh');
}

Expand Down

0 comments on commit 5be9eb0

Please sign in to comment.