Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ae751a

Browse files
committedNov 24, 2016
[TASK] Also test for existence of the RPC/Envelope table
1 parent b988699 commit 2ae751a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Classes/Testing/Data/RequiredTablesDataProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function getRequiredTables()
6262
$requiredTables = array(
6363
'tx_in2code_in2publish_log',
6464
'tx_in2code_in2publish_task',
65+
'tx_in2code_in2publish_envelope',
6566
);
6667
$requiredTables = $this->overruleTables($requiredTables);
6768
$this->cache = $requiredTables;

0 commit comments

Comments
 (0)
Please sign in to comment.