123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:57.
- */
- class mysqliTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var mysqli
- */
- 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 mysqli;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * @covers mysqli::autocommit
- * @todo Implement testAutocommit().
- */
- public function testAutocommit()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::change_user
- * @todo Implement testChange_user().
- */
- public function testChange_user()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::character_set_name
- * @todo Implement testCharacter_set_name().
- */
- public function testCharacter_set_name()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::close
- * @todo Implement testClose().
- */
- public function testClose()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::commit
- * @todo Implement testCommit().
- */
- public function testCommit()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::connect
- * @todo Implement testConnect().
- */
- public function testConnect()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::dump_debug_info
- * @todo Implement testDump_debug_info().
- */
- public function testDump_debug_info()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::debug
- * @todo Implement testDebug().
- */
- public function testDebug()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::get_charset
- * @todo Implement testGet_charset().
- */
- public function testGet_charset()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::get_client_info
- * @todo Implement testGet_client_info().
- */
- public function testGet_client_info()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::get_server_info
- * @todo Implement testGet_server_info().
- */
- public function testGet_server_info()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::get_warnings
- * @todo Implement testGet_warnings().
- */
- public function testGet_warnings()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::init
- * @todo Implement testInit().
- */
- public function testInit()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::kill
- * @todo Implement testKill().
- */
- public function testKill()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::set_local_infile_default
- * @todo Implement testSet_local_infile_default().
- */
- public function testSet_local_infile_default()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::set_local_infile_handler
- * @todo Implement testSet_local_infile_handler().
- */
- public function testSet_local_infile_handler()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::multi_query
- * @todo Implement testMulti_query().
- */
- public function testMulti_query()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::more_results
- * @todo Implement testMore_results().
- */
- public function testMore_results()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::next_result
- * @todo Implement testNext_result().
- */
- public function testNext_result()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::options
- * @todo Implement testOptions().
- */
- public function testOptions()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::ping
- * @todo Implement testPing().
- */
- public function testPing()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::prepare
- * @todo Implement testPrepare().
- */
- public function testPrepare()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::query
- * @todo Implement testQuery().
- */
- public function testQuery()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::real_connect
- * @todo Implement testReal_connect().
- */
- public function testReal_connect()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::real_escape_string
- * @todo Implement testReal_escape_string().
- */
- public function testReal_escape_string()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::escape_string
- * @todo Implement testEscape_string().
- */
- public function testEscape_string()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::real_query
- * @todo Implement testReal_query().
- */
- public function testReal_query()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::rollback
- * @todo Implement testRollback().
- */
- public function testRollback()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::select_db
- * @todo Implement testSelect_db().
- */
- public function testSelect_db()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::set_charset
- * @todo Implement testSet_charset().
- */
- public function testSet_charset()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::set_opt
- * @todo Implement testSet_opt().
- */
- public function testSet_opt()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::ssl_set
- * @todo Implement testSsl_set().
- */
- public function testSsl_set()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::stat
- * @todo Implement testStat().
- */
- public function testStat()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::stmt_init
- * @todo Implement testStmt_init().
- */
- public function testStmt_init()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::store_result
- * @todo Implement testStore_result().
- */
- public function testStore_result()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::thread_safe
- * @todo Implement testThread_safe().
- */
- public function testThread_safe()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::use_result
- * @todo Implement testUse_result().
- */
- public function testUse_result()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers mysqli::refresh
- * @todo Implement testRefresh().
- */
- public function testRefresh()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- }
|