Skip to content

Commit

Permalink
Add getter for inherited tests to get identifier (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
matslindh authored and christeredvartsen committed Sep 27, 2016
1 parent 701c334 commit 909d855
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/phpunit/integration/Storage/StorageTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ protected function getUser() {
return $this->user;
}

/**
* Get the imageIdentifier in inherited tests
*
* @return string
*/
protected function getImageIdentifier() {
return $this->imageIdentifier;
}

/**
* Set up
*/
Expand Down

0 comments on commit 909d855

Please sign in to comment.