Browse Source

had to include this in commit, same as 7.x

pull/593/head
Kylea Jackson 10 years ago
parent
commit
d63acbd7fb
  1. 2
      tests/includes/utilities.inc

2
tests/includes/utilities.inc

@ -315,7 +315,7 @@ class IslandoraTestUtilities extends IslandoraTestUtilityClass {
* *
* @return bool * @return bool
* TRUE if all objects were removed, or FALSE if any of them still remained * TRUE if all objects were removed, or FALSE if any of them still remained
* after removal. * after removal.
*/ */
public function deleteUserCreatedObjects($username) { public function deleteUserCreatedObjects($username) {
if ($username === $this->configuration['admin_user']) { if ($username === $this->configuration['admin_user']) {

Loading…
Cancel
Save