Skip to content

Commit

Permalink
Refactored according to base class. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 2, 2018
1 parent a19a2e8 commit c938b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Model/Generated/Endpoint/SessionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SessionTest extends BunqSdkTestBase
/**
* Full name of context config file to use for testing.
*/
const FILENAME_CONTEXT_CONFIG = __DIR__ . '/../bunq-test.conf';
const FILE_PATH_CONTEXT_CONFIG = __DIR__ . '/../bunq-test.conf';

/**
* The amount of secconds to sleep to prevent the api from returning a 429.
Expand All @@ -43,6 +43,6 @@ public static function tearDownAfterClass()
{
sleep(self::SECONDS_TO_SLEEP);
BunqContext::getApiContext()->resetSession();
BunqContext::getApiContext()->save(self::FILENAME_CONTEXT_CONFIG);
BunqContext::getApiContext()->save(self::FILE_PATH_CONTEXT_CONFIG);
}
}

0 comments on commit c938b62

Please sign in to comment.