Skip to content

Commit

Permalink
use constant directing attention to what's tested
Browse files Browse the repository at this point in the history
To avoid the impression of testing the wrong thing/two things at once
  • Loading branch information
wiese committed Feb 13, 2018
1 parent 8835983 commit e3a7fc6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public function testCallOnUnknownApplicationId_deniedPageIsShown(): void {
self::PATH,
[
'id' => self::UNKNOWN_APPLICATION_ID,
'accessToken' => self::WRONG_ACCESS_TOKEN
'accessToken' => self::CORRECT_ACCESS_TOKEN
]
);

Expand Down

0 comments on commit e3a7fc6

Please sign in to comment.