Skip to content

Commit 5f1cd2c

Browse files
authored
[#373] Switch to mocks for Functional ErrorHandlerTest (#390)
1 parent 5e2da7f commit 5f1cd2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/src/Functional/ErrorHandlerTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
*/
3030
class ErrorHandlerTest extends ApigeeEdgeFunctionalTestBase {
3131

32+
/**
33+
* {@inheritdoc}
34+
*/
35+
protected static $mock_api_client_ready = TRUE;
36+
3237
/**
3338
* User prefix.
3439
*
@@ -78,8 +83,6 @@ public function testErrorPages() {
7883
];
7984

8085
$routes = [
81-
'apigee_edge_test.entity_storage_exception',
82-
'apigee_edge_test.api_exception',
8386
'entity.developer_app.collection_by_developer',
8487
'entity.developer_app.add_form_for_developer',
8588
'entity.developer_app.canonical_by_developer',

0 commit comments

Comments
 (0)