Class MyObjectTest.  
 More...
Class MyObjectTest. 
@backupGlobals disabled @backupStaticAttributes enabled 
Definition at line 51 of file MyObjectTest.php.
 
◆ __construct()
      
        
          | MyObjectTest::__construct  | 
          ( | 
           |           $name = '' | ) | 
           | 
        
      
 
Constructor We save global variables into local variables. 
- Parameters
 - 
  
  
 
Definition at line 64 of file MyObjectTest.php.
 
 
◆ setUp()
◆ setUpBeforeClass()
  
  
      
        
          | static MyObjectTest::setUpBeforeClass  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ tearDown()
  
  
      
        
          | MyObjectTest::tearDown  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ tearDownAfterClass()
  
  
      
        
          | static MyObjectTest::tearDownAfterClass  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ testMyObjectCreate()
      
        
          | MyObjectTest::testMyObjectCreate  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testMyObjectDelete()
      
        
          | MyObjectTest::testMyObjectDelete  | 
          ( | 
           |           $id | ) | 
           | 
        
      
 
testMyObjectDelete 
- Parameters
 - 
  
  
 
- Returns
 - int
 
@depends testMyObjectCreate The depends says test is run only if previous is ok 
Definition at line 186 of file MyObjectTest.php.
 
 
◆ testSomething()
      
        
          | MyObjectTest::testSomething  | 
          ( | 
           | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: