Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator 1.2.0 on 2012-11-02 at 15:45:03.
- */
- class MongoTest extends PHPUnit_Framework_TestCase {
- /**
- * @var Mongo
- */
- 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 Mongo;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown() {
- }
- /**
- * @covers Mongo::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 Mongo::pairConnect
- * @todo Implement testPairConnect().
- */
- public function testPairConnect() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::persistConnect
- * @todo Implement testPersistConnect().
- */
- public function testPersistConnect() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::pairPersistConnect
- * @todo Implement testPairPersistConnect().
- */
- public function testPairPersistConnect() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::__toString
- * @todo Implement test__toString().
- */
- public function test__toString() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::__get
- * @todo Implement test__get().
- */
- public function test__get() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::selectDB
- * @todo Implement testSelectDB().
- */
- public function testSelectDB() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::selectCollection
- * @todo Implement testSelectCollection().
- */
- public function testSelectCollection() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::getSlaveOkay
- * @todo Implement testGetSlaveOkay().
- */
- public function testGetSlaveOkay() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::setSlaveOkay
- * @todo Implement testSetSlaveOkay().
- */
- public function testSetSlaveOkay() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::dropDB
- * @todo Implement testDropDB().
- */
- public function testDropDB() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::lastError
- * @todo Implement testLastError().
- */
- public function testLastError() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::prevError
- * @todo Implement testPrevError().
- */
- public function testPrevError() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::resetError
- * @todo Implement testResetError().
- */
- public function testResetError() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::forceError
- * @todo Implement testForceError().
- */
- public function testForceError() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::listDBs
- * @todo Implement testListDBs().
- */
- public function testListDBs() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::getHosts
- * @todo Implement testGetHosts().
- */
- public function testGetHosts() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::getSlave
- * @todo Implement testGetSlave().
- */
- public function testGetSlave() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::switchSlave
- * @todo Implement testSwitchSlave().
- */
- public function testSwitchSlave() {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers Mongo::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.'
- );
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment