Add new fields to tests

This commit is contained in:
Lucas Bickel 2017-03-10 18:33:21 +01:00
parent 288473e4fc
commit 03c73065bf
24 changed files with 61 additions and 1 deletions

View file

@ -66,7 +66,9 @@ class ShowServiceDbTest extends Zend_Test_PHPUnit_DatabaseTestCase
"cb_custom_auth" => false,
"custom_username" => null,
"custom_password" => null,
"add_show_linked" => false
"add_show_linked" => false,
"add_show_has_autoplaylist" => 0,
"add_show_autoplaylist_id" => null
);
$showService->setCcShow($data);