Alternc  latest
Alternc logiel libre pour l'hébergement
m_exportTest Class Reference
+ Inheritance diagram for m_exportTest:

Public Member Functions

 testExport_conf ()
 @covers m_export::export_conf More...
 
 testExport_data ()
 @covers m_export::export_data More...
 

Protected Member Functions

 setUp ()
 Sets up the fixture, for example, opens a network connection. More...
 
 tearDown ()
 Tears down the fixture, for example, closes a network connection. More...
 

Protected Attributes

 $object
 

Detailed Description

Definition at line 7 of file m_exportTest.php.

Member Function Documentation

◆ setUp()

m_exportTest::setUp ( )
protected

Sets up the fixture, for example, opens a network connection.

This method is called before a test is executed.

Definition at line 18 of file m_exportTest.php.

19  {
20  parent::setUp();
21  $this->object = new m_export;
22  }

◆ tearDown()

m_exportTest::tearDown ( )
protected

Tears down the fixture, for example, closes a network connection.

This method is called after a test is executed.

Definition at line 28 of file m_exportTest.php.

29  {
30  parent::tearDown();
31  }

◆ testExport_conf()

m_exportTest::testExport_conf ( )

@covers m_export::export_conf

Todo:
Implement testExport_conf().

Definition at line 37 of file m_exportTest.php.

38  {
39  // Remove the following lines when you implement this test.
40  $this->markTestIncomplete(
41  'This test has not been implemented yet.'
42  );
43  }

◆ testExport_data()

m_exportTest::testExport_data ( )

@covers m_export::export_data

Todo:
Implement testExport_data().

Definition at line 49 of file m_exportTest.php.

50  {
51  // Remove the following lines when you implement this test.
52  $this->markTestIncomplete(
53  'This test has not been implemented yet.'
54  );
55  }

Member Data Documentation

◆ $object

m_exportTest::$object
protected

Definition at line 12 of file m_exportTest.php.


The documentation for this class was generated from the following file: