DisplayTest.lib.php 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  1. <?php
  2. /**
  3. * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:33:51.
  4. */
  5. class DisplayTest extends PHPUnit_Framework_TestCase
  6. {
  7. /**
  8. * @var Display
  9. */
  10. protected $object;
  11. /**
  12. * Sets up the fixture, for example, opens a network connection.
  13. * This method is called before a test is executed.
  14. */
  15. protected function setUp()
  16. {
  17. $this->object = new Display;
  18. }
  19. /**
  20. * Tears down the fixture, for example, closes a network connection.
  21. * This method is called after a test is executed.
  22. */
  23. protected function tearDown()
  24. {
  25. }
  26. /**
  27. * @covers Display::display_header
  28. * @todo Implement testDisplay_header().
  29. */
  30. public function testDisplay_header()
  31. {
  32. // Remove the following lines when you implement this test.
  33. $this->markTestIncomplete(
  34. 'This test has not been implemented yet.'
  35. );
  36. }
  37. /**
  38. * @covers Display::display_reduced_header
  39. * @todo Implement testDisplay_reduced_header().
  40. */
  41. public function testDisplay_reduced_header()
  42. {
  43. // Remove the following lines when you implement this test.
  44. $this->markTestIncomplete(
  45. 'This test has not been implemented yet.'
  46. );
  47. }
  48. /**
  49. * @covers Display::display_no_header
  50. * @todo Implement testDisplay_no_header().
  51. */
  52. public function testDisplay_no_header()
  53. {
  54. // Remove the following lines when you implement this test.
  55. $this->markTestIncomplete(
  56. 'This test has not been implemented yet.'
  57. );
  58. }
  59. /**
  60. * @covers Display::set_header
  61. * @todo Implement testSet_header().
  62. */
  63. public function testSet_header()
  64. {
  65. // Remove the following lines when you implement this test.
  66. $this->markTestIncomplete(
  67. 'This test has not been implemented yet.'
  68. );
  69. }
  70. /**
  71. * @covers Display::display_footer
  72. * @todo Implement testDisplay_footer().
  73. */
  74. public function testDisplay_footer()
  75. {
  76. // Remove the following lines when you implement this test.
  77. $this->markTestIncomplete(
  78. 'This test has not been implemented yet.'
  79. );
  80. }
  81. /**
  82. * @covers Display::page
  83. * @todo Implement testPage().
  84. */
  85. public function testPage()
  86. {
  87. // Remove the following lines when you implement this test.
  88. $this->markTestIncomplete(
  89. 'This test has not been implemented yet.'
  90. );
  91. }
  92. /**
  93. * @covers Display::display_introduction_section
  94. * @todo Implement testDisplay_introduction_section().
  95. */
  96. public function testDisplay_introduction_section()
  97. {
  98. // Remove the following lines when you implement this test.
  99. $this->markTestIncomplete(
  100. 'This test has not been implemented yet.'
  101. );
  102. }
  103. /**
  104. * @covers Display::return_introduction_section
  105. * @todo Implement testReturn_introduction_section().
  106. */
  107. public function testReturn_introduction_section()
  108. {
  109. // Remove the following lines when you implement this test.
  110. $this->markTestIncomplete(
  111. 'This test has not been implemented yet.'
  112. );
  113. }
  114. /**
  115. * @covers Display::display_localised_html_file
  116. * @todo Implement testDisplay_localised_html_file().
  117. */
  118. public function testDisplay_localised_html_file()
  119. {
  120. // Remove the following lines when you implement this test.
  121. $this->markTestIncomplete(
  122. 'This test has not been implemented yet.'
  123. );
  124. }
  125. /**
  126. * @covers Display::display_sortable_table
  127. * @todo Implement testDisplay_sortable_table().
  128. */
  129. public function testDisplay_sortable_table()
  130. {
  131. // Remove the following lines when you implement this test.
  132. $this->markTestIncomplete(
  133. 'This test has not been implemented yet.'
  134. );
  135. }
  136. /**
  137. * @covers Display::display_sortable_grid
  138. * @todo Implement testDisplay_sortable_grid().
  139. */
  140. public function testDisplay_sortable_grid()
  141. {
  142. // Remove the following lines when you implement this test.
  143. $this->markTestIncomplete(
  144. 'This test has not been implemented yet.'
  145. );
  146. }
  147. /**
  148. * @covers Display::return_sortable_grid
  149. * @todo Implement testReturn_sortable_grid().
  150. */
  151. public function testReturn_sortable_grid()
  152. {
  153. // Remove the following lines when you implement this test.
  154. $this->markTestIncomplete(
  155. 'This test has not been implemented yet.'
  156. );
  157. }
  158. /**
  159. * @covers Display::display_sortable_config_table
  160. * @todo Implement testDisplay_sortable_config_table().
  161. */
  162. public function testDisplay_sortable_config_table()
  163. {
  164. // Remove the following lines when you implement this test.
  165. $this->markTestIncomplete(
  166. 'This test has not been implemented yet.'
  167. );
  168. }
  169. /**
  170. * @covers Display::display_normal_message
  171. * @todo Implement testDisplay_normal_message().
  172. */
  173. public function testDisplay_normal_message()
  174. {
  175. // Remove the following lines when you implement this test.
  176. $this->markTestIncomplete(
  177. 'This test has not been implemented yet.'
  178. );
  179. }
  180. /**
  181. * @covers Display::display_warning_message
  182. * @todo Implement testDisplay_warning_message().
  183. */
  184. public function testDisplay_warning_message()
  185. {
  186. // Remove the following lines when you implement this test.
  187. $this->markTestIncomplete(
  188. 'This test has not been implemented yet.'
  189. );
  190. }
  191. /**
  192. * @covers Display::display_confirmation_message
  193. * @todo Implement testDisplay_confirmation_message().
  194. */
  195. public function testDisplay_confirmation_message()
  196. {
  197. // Remove the following lines when you implement this test.
  198. $this->markTestIncomplete(
  199. 'This test has not been implemented yet.'
  200. );
  201. }
  202. /**
  203. * @covers Display::display_error_message
  204. * @todo Implement testDisplay_error_message().
  205. */
  206. public function testDisplay_error_message()
  207. {
  208. // Remove the following lines when you implement this test.
  209. $this->markTestIncomplete(
  210. 'This test has not been implemented yet.'
  211. );
  212. }
  213. /**
  214. * @covers Display::return_message_and_translate
  215. * @todo Implement testReturn_message_and_translate().
  216. */
  217. public function testReturn_message_and_translate()
  218. {
  219. // Remove the following lines when you implement this test.
  220. $this->markTestIncomplete(
  221. 'This test has not been implemented yet.'
  222. );
  223. }
  224. /**
  225. * @covers Display::return_message
  226. * @todo Implement testReturn_message().
  227. */
  228. public function testReturn_message()
  229. {
  230. // Remove the following lines when you implement this test.
  231. $this->markTestIncomplete(
  232. 'This test has not been implemented yet.'
  233. );
  234. }
  235. /**
  236. * @covers Display::encrypted_mailto_link
  237. * @todo Implement testEncrypted_mailto_link().
  238. */
  239. public function testEncrypted_mailto_link()
  240. {
  241. // Remove the following lines when you implement this test.
  242. $this->markTestIncomplete(
  243. 'This test has not been implemented yet.'
  244. );
  245. }
  246. /**
  247. * @covers Display::icon_mailto_link
  248. * @todo Implement testIcon_mailto_link().
  249. */
  250. public function testIcon_mailto_link()
  251. {
  252. // Remove the following lines when you implement this test.
  253. $this->markTestIncomplete(
  254. 'This test has not been implemented yet.'
  255. );
  256. }
  257. /**
  258. * @covers Display::get_platform_home_link_html
  259. * @todo Implement testGet_platform_home_link_html().
  260. */
  261. public function testGet_platform_home_link_html()
  262. {
  263. // Remove the following lines when you implement this test.
  264. $this->markTestIncomplete(
  265. 'This test has not been implemented yet.'
  266. );
  267. }
  268. /**
  269. * @covers Display::get_alphabet_options
  270. * @todo Implement testGet_alphabet_options().
  271. */
  272. public function testGet_alphabet_options()
  273. {
  274. // Remove the following lines when you implement this test.
  275. $this->markTestIncomplete(
  276. 'This test has not been implemented yet.'
  277. );
  278. }
  279. /**
  280. * @covers Display::get_numeric_options
  281. * @todo Implement testGet_numeric_options().
  282. */
  283. public function testGet_numeric_options()
  284. {
  285. // Remove the following lines when you implement this test.
  286. $this->markTestIncomplete(
  287. 'This test has not been implemented yet.'
  288. );
  289. }
  290. /**
  291. * @covers Display::display_icon
  292. * @todo Implement testDisplay_icon().
  293. */
  294. public function testDisplay_icon()
  295. {
  296. // Remove the following lines when you implement this test.
  297. $this->markTestIncomplete(
  298. 'This test has not been implemented yet.'
  299. );
  300. }
  301. /**
  302. * @covers Display::return_icon
  303. * @todo Implement testReturn_icon().
  304. */
  305. public function testReturn_icon()
  306. {
  307. // Remove the following lines when you implement this test.
  308. $this->markTestIncomplete(
  309. 'This test has not been implemented yet.'
  310. );
  311. }
  312. /**
  313. * @covers Display::img
  314. * @todo Implement testImg().
  315. */
  316. public function testImg()
  317. {
  318. // Remove the following lines when you implement this test.
  319. $this->markTestIncomplete(
  320. 'This test has not been implemented yet.'
  321. );
  322. }
  323. /**
  324. * @covers Display::tag
  325. * @todo Implement testTag().
  326. */
  327. public function testTag()
  328. {
  329. // Remove the following lines when you implement this test.
  330. $this->markTestIncomplete(
  331. 'This test has not been implemented yet.'
  332. );
  333. }
  334. /**
  335. * @covers Display::url
  336. * @todo Implement testUrl().
  337. */
  338. public function testUrl()
  339. {
  340. // Remove the following lines when you implement this test.
  341. $this->markTestIncomplete(
  342. 'This test has not been implemented yet.'
  343. );
  344. }
  345. /**
  346. * @covers Display::div
  347. * @todo Implement testDiv().
  348. */
  349. public function testDiv()
  350. {
  351. // Remove the following lines when you implement this test.
  352. $this->markTestIncomplete(
  353. 'This test has not been implemented yet.'
  354. );
  355. }
  356. /**
  357. * @covers Display::span
  358. * @todo Implement testSpan().
  359. */
  360. public function testSpan()
  361. {
  362. // Remove the following lines when you implement this test.
  363. $this->markTestIncomplete(
  364. 'This test has not been implemented yet.'
  365. );
  366. }
  367. /**
  368. * @covers Display::input
  369. * @todo Implement testInput().
  370. */
  371. public function testInput()
  372. {
  373. // Remove the following lines when you implement this test.
  374. $this->markTestIncomplete(
  375. 'This test has not been implemented yet.'
  376. );
  377. }
  378. /**
  379. * @covers Display::button
  380. * @todo Implement testButton().
  381. */
  382. public function testButton()
  383. {
  384. // Remove the following lines when you implement this test.
  385. $this->markTestIncomplete(
  386. 'This test has not been implemented yet.'
  387. );
  388. }
  389. /**
  390. * @covers Display::select
  391. * @todo Implement testSelect().
  392. */
  393. public function testSelect()
  394. {
  395. // Remove the following lines when you implement this test.
  396. $this->markTestIncomplete(
  397. 'This test has not been implemented yet.'
  398. );
  399. }
  400. /**
  401. * @covers Display::tabs
  402. * @todo Implement testTabs().
  403. */
  404. public function testTabs()
  405. {
  406. // Remove the following lines when you implement this test.
  407. $this->markTestIncomplete(
  408. 'This test has not been implemented yet.'
  409. );
  410. }
  411. /**
  412. * @covers Display::tabs_only_link
  413. * @todo Implement testTabs_only_link().
  414. */
  415. public function testTabs_only_link()
  416. {
  417. // Remove the following lines when you implement this test.
  418. $this->markTestIncomplete(
  419. 'This test has not been implemented yet.'
  420. );
  421. }
  422. /**
  423. * @covers Display::grid_html
  424. * @todo Implement testGrid_html().
  425. */
  426. public function testGrid_html()
  427. {
  428. // Remove the following lines when you implement this test.
  429. $this->markTestIncomplete(
  430. 'This test has not been implemented yet.'
  431. );
  432. }
  433. /**
  434. * @covers Display::form_row
  435. * @todo Implement testForm_row().
  436. */
  437. public function testForm_row()
  438. {
  439. // Remove the following lines when you implement this test.
  440. $this->markTestIncomplete(
  441. 'This test has not been implemented yet.'
  442. );
  443. }
  444. /**
  445. * @covers Display::grid_js
  446. * @todo Implement testGrid_js().
  447. */
  448. public function testGrid_js()
  449. {
  450. // Remove the following lines when you implement this test.
  451. $this->markTestIncomplete(
  452. 'This test has not been implemented yet.'
  453. );
  454. }
  455. /**
  456. * @covers Display::table
  457. * @todo Implement testTable().
  458. */
  459. public function testTable()
  460. {
  461. // Remove the following lines when you implement this test.
  462. $this->markTestIncomplete(
  463. 'This test has not been implemented yet.'
  464. );
  465. }
  466. /**
  467. * @covers Display::show_notification
  468. * @todo Implement testShow_notification().
  469. */
  470. public function testShow_notification()
  471. {
  472. // Remove the following lines when you implement this test.
  473. $this->markTestIncomplete(
  474. 'This test has not been implemented yet.'
  475. );
  476. }
  477. /**
  478. * @covers Display::get_session_title_box
  479. * @todo Implement testGet_session_title_box().
  480. */
  481. public function testGet_session_title_box()
  482. {
  483. // Remove the following lines when you implement this test.
  484. $this->markTestIncomplete(
  485. 'This test has not been implemented yet.'
  486. );
  487. }
  488. /**
  489. * @covers Display::return_rating_system
  490. * @todo Implement testReturn_rating_system().
  491. */
  492. public function testReturn_rating_system()
  493. {
  494. // Remove the following lines when you implement this test.
  495. $this->markTestIncomplete(
  496. 'This test has not been implemented yet.'
  497. );
  498. }
  499. /**
  500. * @covers Display::return_default_table_class
  501. * @todo Implement testReturn_default_table_class().
  502. */
  503. public function testReturn_default_table_class()
  504. {
  505. // Remove the following lines when you implement this test.
  506. $this->markTestIncomplete(
  507. 'This test has not been implemented yet.'
  508. );
  509. }
  510. /**
  511. * @covers Display::page_header
  512. * @todo Implement testPage_header().
  513. */
  514. public function testPage_header()
  515. {
  516. // Remove the following lines when you implement this test.
  517. $this->markTestIncomplete(
  518. 'This test has not been implemented yet.'
  519. );
  520. }
  521. /**
  522. * @covers Display::page_header_and_translate
  523. * @todo Implement testPage_header_and_translate().
  524. */
  525. public function testPage_header_and_translate()
  526. {
  527. // Remove the following lines when you implement this test.
  528. $this->markTestIncomplete(
  529. 'This test has not been implemented yet.'
  530. );
  531. }
  532. /**
  533. * @covers Display::page_subheader_and_translate
  534. * @todo Implement testPage_subheader_and_translate().
  535. */
  536. public function testPage_subheader_and_translate()
  537. {
  538. // Remove the following lines when you implement this test.
  539. $this->markTestIncomplete(
  540. 'This test has not been implemented yet.'
  541. );
  542. }
  543. /**
  544. * @covers Display::page_subheader
  545. * @todo Implement testPage_subheader().
  546. */
  547. public function testPage_subheader()
  548. {
  549. // Remove the following lines when you implement this test.
  550. $this->markTestIncomplete(
  551. 'This test has not been implemented yet.'
  552. );
  553. }
  554. /**
  555. * @covers Display::page_subheader2
  556. * @todo Implement testPage_subheader2().
  557. */
  558. public function testPage_subheader2()
  559. {
  560. // Remove the following lines when you implement this test.
  561. $this->markTestIncomplete(
  562. 'This test has not been implemented yet.'
  563. );
  564. }
  565. /**
  566. * @covers Display::page_subheader3
  567. * @todo Implement testPage_subheader3().
  568. */
  569. public function testPage_subheader3()
  570. {
  571. // Remove the following lines when you implement this test.
  572. $this->markTestIncomplete(
  573. 'This test has not been implemented yet.'
  574. );
  575. }
  576. /**
  577. * @covers Display::description
  578. * @todo Implement testDescription().
  579. */
  580. public function testDescription()
  581. {
  582. // Remove the following lines when you implement this test.
  583. $this->markTestIncomplete(
  584. 'This test has not been implemented yet.'
  585. );
  586. }
  587. /**
  588. * @covers Display::bar_progress
  589. * @todo Implement testBar_progress().
  590. */
  591. public function testBar_progress()
  592. {
  593. // Remove the following lines when you implement this test.
  594. $this->markTestIncomplete(
  595. 'This test has not been implemented yet.'
  596. );
  597. }
  598. /**
  599. * @covers Display::badge
  600. * @todo Implement testBadge().
  601. */
  602. public function testBadge()
  603. {
  604. // Remove the following lines when you implement this test.
  605. $this->markTestIncomplete(
  606. 'This test has not been implemented yet.'
  607. );
  608. }
  609. /**
  610. * @covers Display::badge_group
  611. * @todo Implement testBadge_group().
  612. */
  613. public function testBadge_group()
  614. {
  615. // Remove the following lines when you implement this test.
  616. $this->markTestIncomplete(
  617. 'This test has not been implemented yet.'
  618. );
  619. }
  620. /**
  621. * @covers Display::label
  622. * @todo Implement testLabel().
  623. */
  624. public function testLabel()
  625. {
  626. // Remove the following lines when you implement this test.
  627. $this->markTestIncomplete(
  628. 'This test has not been implemented yet.'
  629. );
  630. }
  631. /**
  632. * @covers Display::actions
  633. * @todo Implement testActions().
  634. */
  635. public function testActions()
  636. {
  637. // Remove the following lines when you implement this test.
  638. $this->markTestIncomplete(
  639. 'This test has not been implemented yet.'
  640. );
  641. }
  642. /**
  643. * @covers Display::tip
  644. * @todo Implement testTip().
  645. */
  646. public function testTip()
  647. {
  648. // Remove the following lines when you implement this test.
  649. $this->markTestIncomplete(
  650. 'This test has not been implemented yet.'
  651. );
  652. }
  653. /**
  654. * @covers Display::generate_accordion
  655. * @todo Implement testGenerate_accordion().
  656. */
  657. public function testGenerate_accordion()
  658. {
  659. // Remove the following lines when you implement this test.
  660. $this->markTestIncomplete(
  661. 'This test has not been implemented yet.'
  662. );
  663. }
  664. /**
  665. * @covers Display::group_button
  666. * @todo Implement testGroup_button().
  667. */
  668. public function testGroup_button()
  669. {
  670. // Remove the following lines when you implement this test.
  671. $this->markTestIncomplete(
  672. 'This test has not been implemented yet.'
  673. );
  674. }
  675. }