123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:33:51.
- */
- class DisplayTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var Display
- */
- protected $object;
- /**
- * Sets up the fixture, for example, opens a network connection.
- * This method is called before a test is executed.
- */
- protected function setUp()
- {
- $this->object = new Display;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * @covers Display::display_header
- * @todo Implement testDisplay_header().
- */
- public function testDisplay_header()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_reduced_header
- * @todo Implement testDisplay_reduced_header().
- */
- public function testDisplay_reduced_header()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_no_header
- * @todo Implement testDisplay_no_header().
- */
- public function testDisplay_no_header()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::set_header
- * @todo Implement testSet_header().
- */
- public function testSet_header()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_footer
- * @todo Implement testDisplay_footer().
- */
- public function testDisplay_footer()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::page
- * @todo Implement testPage().
- */
- public function testPage()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_introduction_section
- * @todo Implement testDisplay_introduction_section().
- */
- public function testDisplay_introduction_section()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::return_introduction_section
- * @todo Implement testReturn_introduction_section().
- */
- public function testReturn_introduction_section()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_localised_html_file
- * @todo Implement testDisplay_localised_html_file().
- */
- public function testDisplay_localised_html_file()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_sortable_table
- * @todo Implement testDisplay_sortable_table().
- */
- public function testDisplay_sortable_table()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_sortable_grid
- * @todo Implement testDisplay_sortable_grid().
- */
- public function testDisplay_sortable_grid()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::return_sortable_grid
- * @todo Implement testReturn_sortable_grid().
- */
- public function testReturn_sortable_grid()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_sortable_config_table
- * @todo Implement testDisplay_sortable_config_table().
- */
- public function testDisplay_sortable_config_table()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_normal_message
- * @todo Implement testDisplay_normal_message().
- */
- public function testDisplay_normal_message()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_warning_message
- * @todo Implement testDisplay_warning_message().
- */
- public function testDisplay_warning_message()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_confirmation_message
- * @todo Implement testDisplay_confirmation_message().
- */
- public function testDisplay_confirmation_message()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_error_message
- * @todo Implement testDisplay_error_message().
- */
- public function testDisplay_error_message()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::return_message_and_translate
- * @todo Implement testReturn_message_and_translate().
- */
- public function testReturn_message_and_translate()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::return_message
- * @todo Implement testReturn_message().
- */
- public function testReturn_message()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::encrypted_mailto_link
- * @todo Implement testEncrypted_mailto_link().
- */
- public function testEncrypted_mailto_link()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::icon_mailto_link
- * @todo Implement testIcon_mailto_link().
- */
- public function testIcon_mailto_link()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::get_platform_home_link_html
- * @todo Implement testGet_platform_home_link_html().
- */
- public function testGet_platform_home_link_html()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::get_alphabet_options
- * @todo Implement testGet_alphabet_options().
- */
- public function testGet_alphabet_options()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::get_numeric_options
- * @todo Implement testGet_numeric_options().
- */
- public function testGet_numeric_options()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::display_icon
- * @todo Implement testDisplay_icon().
- */
- public function testDisplay_icon()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::return_icon
- * @todo Implement testReturn_icon().
- */
- public function testReturn_icon()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::img
- * @todo Implement testImg().
- */
- public function testImg()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::tag
- * @todo Implement testTag().
- */
- public function testTag()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::url
- * @todo Implement testUrl().
- */
- public function testUrl()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::div
- * @todo Implement testDiv().
- */
- public function testDiv()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::span
- * @todo Implement testSpan().
- */
- public function testSpan()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::input
- * @todo Implement testInput().
- */
- public function testInput()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::button
- * @todo Implement testButton().
- */
- public function testButton()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::select
- * @todo Implement testSelect().
- */
- public function testSelect()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::tabs
- * @todo Implement testTabs().
- */
- public function testTabs()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::tabs_only_link
- * @todo Implement testTabs_only_link().
- */
- public function testTabs_only_link()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::grid_html
- * @todo Implement testGrid_html().
- */
- public function testGrid_html()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::form_row
- * @todo Implement testForm_row().
- */
- public function testForm_row()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::grid_js
- * @todo Implement testGrid_js().
- */
- public function testGrid_js()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::table
- * @todo Implement testTable().
- */
- public function testTable()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::show_notification
- * @todo Implement testShow_notification().
- */
- public function testShow_notification()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::get_session_title_box
- * @todo Implement testGet_session_title_box().
- */
- public function testGet_session_title_box()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::return_rating_system
- * @todo Implement testReturn_rating_system().
- */
- public function testReturn_rating_system()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::return_default_table_class
- * @todo Implement testReturn_default_table_class().
- */
- public function testReturn_default_table_class()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::page_header
- * @todo Implement testPage_header().
- */
- public function testPage_header()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::page_header_and_translate
- * @todo Implement testPage_header_and_translate().
- */
- public function testPage_header_and_translate()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::page_subheader_and_translate
- * @todo Implement testPage_subheader_and_translate().
- */
- public function testPage_subheader_and_translate()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::page_subheader
- * @todo Implement testPage_subheader().
- */
- public function testPage_subheader()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::page_subheader2
- * @todo Implement testPage_subheader2().
- */
- public function testPage_subheader2()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::page_subheader3
- * @todo Implement testPage_subheader3().
- */
- public function testPage_subheader3()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::description
- * @todo Implement testDescription().
- */
- public function testDescription()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::bar_progress
- * @todo Implement testBar_progress().
- */
- public function testBar_progress()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::badge
- * @todo Implement testBadge().
- */
- public function testBadge()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::badge_group
- * @todo Implement testBadge_group().
- */
- public function testBadge_group()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::label
- * @todo Implement testLabel().
- */
- public function testLabel()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::actions
- * @todo Implement testActions().
- */
- public function testActions()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::tip
- * @todo Implement testTip().
- */
- public function testTip()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::generate_accordion
- * @todo Implement testGenerate_accordion().
- */
- public function testGenerate_accordion()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Display::group_button
- * @todo Implement testGroup_button().
- */
- public function testGroup_button()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- }
|