-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ function testSubmission() { | |
'firstName' => 'Elinor', | ||
'lastName' => 'Ostrom', | ||
'affiliation' => 'Indiana University', | ||
'country' => 'United States', | ||
'country' => 'United States of America', | ||
)); | ||
|
||
$title = 'Traditions and Trends in the Study of the Commons'; | ||
|
@@ -41,7 +41,7 @@ function testSubmission() { | |
array( | ||
'firstName' => 'Frank', | ||
'lastName' => 'van Laerhoven', | ||
'country' => 'United States', | ||
'country' => 'United States of America', | ||
'affiliation' => 'Indiana University', | ||
'email' => '[email protected]', | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ function testSubmission() { | |
'firstName' => 'Karim', | ||
'lastName' => 'Al-Khafaji', | ||
'affiliation' => 'Stanford University', | ||
'country' => 'United States', | ||
'country' => 'United States of America', | ||
)); | ||
|
||
$this->createSubmission(array( | ||
|
@@ -41,7 +41,7 @@ function testSubmission() { | |
array( | ||
'firstName' => 'Margaret', | ||
'lastName' => 'Morse', | ||
'country' => 'United States', | ||
'country' => 'United States of America', | ||
'affiliation' => 'Stanford University', | ||
'email' => '[email protected]', | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters