Add new fields to tests
This commit is contained in:
parent
288473e4fc
commit
03c73065bf
24 changed files with 61 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue