Refactoring DBA-mocking tests
- Reducing DB-dependencies - Creating DB-cache mocks - Creating DB-lock mocks - Switching to mocked dependencies for Cache/Lock/App
This commit is contained in:
@@ -34,6 +34,8 @@ class CurlResultTest extends TestCase
|
||||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testRedirect()
|
||||
{
|
||||
@@ -86,6 +88,8 @@ class CurlResultTest extends TestCase
|
||||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testRedirectHeader()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user