CC-5651: Unit Test the Scheduler
Added test for deleting repeating show instances
This commit is contained in:
parent
a658dbf27c
commit
0b4ae6b94d
7 changed files with 382 additions and 4 deletions
|
@ -1408,7 +1408,6 @@ SQL;
|
|||
*/
|
||||
public function setCcShow($showData)
|
||||
{
|
||||
Logging::info($showData);
|
||||
if (!$this->isUpdate) {
|
||||
$ccShow = new CcShow();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue