Guest User

craz

a guest
Nov 2nd, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 6.89 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  * Generated by PHPUnit_SkeletonGenerator 1.2.0 on 2012-11-02 at 15:45:03.
  5.  */
  6. class MongoTest extends PHPUnit_Framework_TestCase {
  7.  
  8.     /**
  9.      * @var Mongo
  10.      */
  11.     protected $object;
  12.  
  13.     /**
  14.      * Sets up the fixture, for example, opens a network connection.
  15.      * This method is called before a test is executed.
  16.      */
  17.     protected function setUp() {
  18.         $this->object = new Mongo;
  19.     }
  20.  
  21.     /**
  22.      * Tears down the fixture, for example, closes a network connection.
  23.      * This method is called after a test is executed.
  24.      */
  25.     protected function tearDown() {
  26.        
  27.     }
  28.  
  29.     /**
  30.      * @covers Mongo::connect
  31.      * @todo   Implement testConnect().
  32.      */
  33.     public function testConnect() {
  34.         // Remove the following lines when you implement this test.
  35.         $this->markTestIncomplete(
  36.                 'This test has not been implemented yet.'
  37.         );
  38.     }
  39.  
  40.     /**
  41.      * @covers Mongo::pairConnect
  42.      * @todo   Implement testPairConnect().
  43.      */
  44.     public function testPairConnect() {
  45.         // Remove the following lines when you implement this test.
  46.         $this->markTestIncomplete(
  47.                 'This test has not been implemented yet.'
  48.         );
  49.     }
  50.  
  51.     /**
  52.      * @covers Mongo::persistConnect
  53.      * @todo   Implement testPersistConnect().
  54.      */
  55.     public function testPersistConnect() {
  56.         // Remove the following lines when you implement this test.
  57.         $this->markTestIncomplete(
  58.                 'This test has not been implemented yet.'
  59.         );
  60.     }
  61.  
  62.     /**
  63.      * @covers Mongo::pairPersistConnect
  64.      * @todo   Implement testPairPersistConnect().
  65.      */
  66.     public function testPairPersistConnect() {
  67.         // Remove the following lines when you implement this test.
  68.         $this->markTestIncomplete(
  69.                 'This test has not been implemented yet.'
  70.         );
  71.     }
  72.  
  73.     /**
  74.      * @covers Mongo::__toString
  75.      * @todo   Implement test__toString().
  76.      */
  77.     public function test__toString() {
  78.         // Remove the following lines when you implement this test.
  79.         $this->markTestIncomplete(
  80.                 'This test has not been implemented yet.'
  81.         );
  82.     }
  83.  
  84.     /**
  85.      * @covers Mongo::__get
  86.      * @todo   Implement test__get().
  87.      */
  88.     public function test__get() {
  89.         // Remove the following lines when you implement this test.
  90.         $this->markTestIncomplete(
  91.                 'This test has not been implemented yet.'
  92.         );
  93.     }
  94.  
  95.     /**
  96.      * @covers Mongo::selectDB
  97.      * @todo   Implement testSelectDB().
  98.      */
  99.     public function testSelectDB() {
  100.         // Remove the following lines when you implement this test.
  101.         $this->markTestIncomplete(
  102.                 'This test has not been implemented yet.'
  103.         );
  104.     }
  105.  
  106.     /**
  107.      * @covers Mongo::selectCollection
  108.      * @todo   Implement testSelectCollection().
  109.      */
  110.     public function testSelectCollection() {
  111.         // Remove the following lines when you implement this test.
  112.         $this->markTestIncomplete(
  113.                 'This test has not been implemented yet.'
  114.         );
  115.     }
  116.  
  117.     /**
  118.      * @covers Mongo::getSlaveOkay
  119.      * @todo   Implement testGetSlaveOkay().
  120.      */
  121.     public function testGetSlaveOkay() {
  122.         // Remove the following lines when you implement this test.
  123.         $this->markTestIncomplete(
  124.                 'This test has not been implemented yet.'
  125.         );
  126.     }
  127.  
  128.     /**
  129.      * @covers Mongo::setSlaveOkay
  130.      * @todo   Implement testSetSlaveOkay().
  131.      */
  132.     public function testSetSlaveOkay() {
  133.         // Remove the following lines when you implement this test.
  134.         $this->markTestIncomplete(
  135.                 'This test has not been implemented yet.'
  136.         );
  137.     }
  138.  
  139.     /**
  140.      * @covers Mongo::dropDB
  141.      * @todo   Implement testDropDB().
  142.      */
  143.     public function testDropDB() {
  144.         // Remove the following lines when you implement this test.
  145.         $this->markTestIncomplete(
  146.                 'This test has not been implemented yet.'
  147.         );
  148.     }
  149.  
  150.     /**
  151.      * @covers Mongo::lastError
  152.      * @todo   Implement testLastError().
  153.      */
  154.     public function testLastError() {
  155.         // Remove the following lines when you implement this test.
  156.         $this->markTestIncomplete(
  157.                 'This test has not been implemented yet.'
  158.         );
  159.     }
  160.  
  161.     /**
  162.      * @covers Mongo::prevError
  163.      * @todo   Implement testPrevError().
  164.      */
  165.     public function testPrevError() {
  166.         // Remove the following lines when you implement this test.
  167.         $this->markTestIncomplete(
  168.                 'This test has not been implemented yet.'
  169.         );
  170.     }
  171.  
  172.     /**
  173.      * @covers Mongo::resetError
  174.      * @todo   Implement testResetError().
  175.      */
  176.     public function testResetError() {
  177.         // Remove the following lines when you implement this test.
  178.         $this->markTestIncomplete(
  179.                 'This test has not been implemented yet.'
  180.         );
  181.     }
  182.  
  183.     /**
  184.      * @covers Mongo::forceError
  185.      * @todo   Implement testForceError().
  186.      */
  187.     public function testForceError() {
  188.         // Remove the following lines when you implement this test.
  189.         $this->markTestIncomplete(
  190.                 'This test has not been implemented yet.'
  191.         );
  192.     }
  193.  
  194.     /**
  195.      * @covers Mongo::listDBs
  196.      * @todo   Implement testListDBs().
  197.      */
  198.     public function testListDBs() {
  199.         // Remove the following lines when you implement this test.
  200.         $this->markTestIncomplete(
  201.                 'This test has not been implemented yet.'
  202.         );
  203.     }
  204.  
  205.     /**
  206.      * @covers Mongo::getHosts
  207.      * @todo   Implement testGetHosts().
  208.      */
  209.     public function testGetHosts() {
  210.         // Remove the following lines when you implement this test.
  211.         $this->markTestIncomplete(
  212.                 'This test has not been implemented yet.'
  213.         );
  214.     }
  215.  
  216.     /**
  217.      * @covers Mongo::getSlave
  218.      * @todo   Implement testGetSlave().
  219.      */
  220.     public function testGetSlave() {
  221.         // Remove the following lines when you implement this test.
  222.         $this->markTestIncomplete(
  223.                 'This test has not been implemented yet.'
  224.         );
  225.     }
  226.  
  227.     /**
  228.      * @covers Mongo::switchSlave
  229.      * @todo   Implement testSwitchSlave().
  230.      */
  231.     public function testSwitchSlave() {
  232.         // Remove the following lines when you implement this test.
  233.         $this->markTestIncomplete(
  234.                 'This test has not been implemented yet.'
  235.         );
  236.     }
  237.  
  238.     /**
  239.      * @covers Mongo::close
  240.      * @todo   Implement testClose().
  241.      */
  242.     public function testClose() {
  243.         // Remove the following lines when you implement this test.
  244.         $this->markTestIncomplete(
  245.                 'This test has not been implemented yet.'
  246.         );
  247.     }
  248.  
  249. }
Advertisement
Add Comment
Please, Sign In to add comment