#!/usr/bin/env php initWorkflowFieldListTest('', array())) && p() && e('0'); r($transferTest->initWorkflowFieldListTest('story', array())) && p() && e('0'); r($transferTest->initWorkflowFieldListTest('task', array('title' => array('name' => 'title', 'label' => 'Title')))) && p() && e('1'); r($transferTest->initWorkflowFieldListTest('user', array('account' => array('name' => 'account', 'label' => 'Account')))) && p() && e('1'); r($transferTest->initWorkflowFieldListTest('project', array('name' => array('name' => 'name', 'label' => 'Name', 'control' => 'input')))) && p() && e('1'); r($transferTest->initWorkflowFieldListTest('bug', array('title' => array('name' => 'title', 'label' => 'Bug Title', 'control' => 'input')))) && p() && e('1'); r($transferTest->initWorkflowFieldListTest('testcase', array('name' => array('name' => 'name', 'label' => 'Case Name', 'required' => false)))) && p() && e('1');