| 87 | | 'title' => '', |
|---|
| 88 | | 'body' => '', |
|---|
| 89 | | 'online' => false, |
|---|
| 90 | | 'category_id' => 0, |
|---|
| 91 | | 'end_date' => array('year' => '', 'month' => '', 'day' => '', 'hour' => '', 'minute' => ''), |
|---|
| 92 | | 'book_id' => 0, |
|---|
| 93 | | 'author_list' => array(), |
|---|
| | 87 | 'title' => '', |
|---|
| | 88 | 'body' => '', |
|---|
| | 89 | 'online' => false, |
|---|
| | 90 | 'category_id' => 0, |
|---|
| | 91 | 'end_date' => array('year' => '', 'month' => '', 'day' => '', 'hour' => '', 'minute' => ''), |
|---|
| | 92 | 'book_id' => 0, |
|---|
| | 93 | 'author_article_list' => array(), |
|---|
| 100 | | 'title' => 'my real title', |
|---|
| 101 | | 'body' => 'my real body', |
|---|
| 102 | | 'online' => true, |
|---|
| 103 | | 'category_id' => 2, |
|---|
| 104 | | 'end_date' => array('year' => '', 'month' => '', 'day' => '', 'hour' => '', 'minute' => ''), |
|---|
| 105 | | 'book_id' => null, |
|---|
| 106 | | 'author_list' => array(1, 2), |
|---|
| | 100 | 'title' => 'my real title', |
|---|
| | 101 | 'body' => 'my real body', |
|---|
| | 102 | 'online' => true, |
|---|
| | 103 | 'category_id' => 2, |
|---|
| | 104 | 'end_date' => array('year' => '', 'month' => '', 'day' => '', 'hour' => '', 'minute' => ''), |
|---|
| | 105 | 'book_id' => null, |
|---|
| | 106 | 'author_article_list' => array(1, 2), |
|---|
| 151 | | 'id' => 1009299, |
|---|
| 152 | | 'title' => '', |
|---|
| 153 | | 'body' => 'my body', |
|---|
| 154 | | 'online' => true, |
|---|
| 155 | | 'category_id' => null, |
|---|
| 156 | | 'end_date' => array('year' => 0, 'month' => 0, 'day' => 15, 'hour' => '10', 'minute' => '20'), |
|---|
| 157 | | 'book_id' => 149999, |
|---|
| 158 | | 'author_list' => array(0, 5), |
|---|
| | 151 | 'id' => 1009299, |
|---|
| | 152 | 'title' => '', |
|---|
| | 153 | 'body' => 'my body', |
|---|
| | 154 | 'online' => true, |
|---|
| | 155 | 'category_id' => null, |
|---|
| | 156 | 'end_date' => array('year' => 0, 'month' => 0, 'day' => 15, 'hour' => '10', 'minute' => '20'), |
|---|
| | 157 | 'book_id' => 149999, |
|---|
| | 158 | 'author_article_list' => array(0, 5), |
|---|
| 175 | | 'id' => 3, |
|---|
| 176 | | 'title' => 'my title', |
|---|
| 177 | | 'body' => 'my body', |
|---|
| 178 | | 'online' => false, |
|---|
| 179 | | 'category_id' => 1, |
|---|
| 180 | | 'end_date' => array('year' => 2005, 'month' => 10, 'day' => 15, 'hour' => '10', 'minute' => '20'), |
|---|
| 181 | | 'book_id' => 1, |
|---|
| 182 | | 'author_list' => array(1, 3), |
|---|
| | 175 | 'id' => 3, |
|---|
| | 176 | 'title' => 'my title', |
|---|
| | 177 | 'body' => 'my body', |
|---|
| | 178 | 'online' => false, |
|---|
| | 179 | 'category_id' => 1, |
|---|
| | 180 | 'end_date' => array('year' => 2005, 'month' => 10, 'day' => 15, 'hour' => '10', 'minute' => '20'), |
|---|
| | 181 | 'book_id' => 1, |
|---|
| | 182 | 'author_article_list' => array(1, 3), |
|---|
| 284 | | checkResponseElement(sprintf('table tbody td select[id="article_author_list"][name="article[author_list][]"] option[value="1"]%s', in_array(1, $values['author_list']) ? '[selected="selected"]' : ''), 'Fabien')-> |
|---|
| 285 | | checkResponseElement(sprintf('table tbody td select[id="article_author_list"][name="article[author_list][]"] option[value="2"]%s', in_array(2, $values['author_list']) ? '[selected="selected"]' : ''), 'Thomas')-> |
|---|
| 286 | | checkResponseElement(sprintf('table tbody td select[id="article_author_list"][name="article[author_list][]"] option[value="3"]%s', in_array(3, $values['author_list']) ? '[selected="selected"]' : ''), 'Hélène')-> |
|---|
| | 284 | checkResponseElement(sprintf('table tbody td select[id="article_author_article_list"][name="article[author_article_list][]"] option[value="1"]%s', in_array(1, $values['author_article_list']) ? '[selected="selected"]' : ''), 'Fabien')-> |
|---|
| | 285 | checkResponseElement(sprintf('table tbody td select[id="article_author_article_list"][name="article[author_article_list][]"] option[value="2"]%s', in_array(2, $values['author_article_list']) ? '[selected="selected"]' : ''), 'Thomas')-> |
|---|
| | 286 | checkResponseElement(sprintf('table tbody td select[id="article_author_article_list"][name="article[author_article_list][]"] option[value="3"]%s', in_array(3, $values['author_article_list']) ? '[selected="selected"]' : ''), 'Hélène')-> |
|---|