Skip to content

Commit

Permalink
Fix test expection for lazy-loaded SubjectArea courses
Browse files Browse the repository at this point in the history
  • Loading branch information
kabel committed Feb 4, 2016
1 parent d97463d commit 1c9eafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/SubjectArea/SubjectAreaTest.php
Expand Up @@ -84,5 +84,6 @@ public function testExpectExceptionFromOffsetUnset()
public function testExpectExceptionFromBadSubject()
{
$subject = new SubjectArea('foo');
$subject->getCourses();
}
}

0 comments on commit 1c9eafa

Please sign in to comment.