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

Public Member Functions

 testRaise ()
 @covers m_err::raise More...
 
 testErrstr ()
 @covers m_err::errstr More...
 
 testLogerr ()
 @covers m_err::logerr More...
 
 testLog ()
 @covers m_err::log 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_errTest.php.

Member Function Documentation

◆ setUp()

m_errTest::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_errTest.php.

19  {
20  parent::setUp();
21  $this->object = new m_err;
22  }
Classe de gestion des erreurs apparaissant lors d'appels API.
Definition: m_err.php:38

◆ tearDown()

m_errTest::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_errTest.php.

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

◆ testErrstr()

m_errTest::testErrstr ( )

@covers m_err::errstr

Todo:
Implement testErrstr().

Definition at line 49 of file m_errTest.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  }

◆ testLog()

m_errTest::testLog ( )

@covers m_err::log

Todo:
Implement testLog().

Definition at line 73 of file m_errTest.php.

74  {
75  // Remove the following lines when you implement this test.
76  $this->markTestIncomplete(
77  'This test has not been implemented yet.'
78  );
79  }

◆ testLogerr()

m_errTest::testLogerr ( )

@covers m_err::logerr

Todo:
Implement testLogerr().

Definition at line 61 of file m_errTest.php.

62  {
63  // Remove the following lines when you implement this test.
64  $this->markTestIncomplete(
65  'This test has not been implemented yet.'
66  );
67  }

◆ testRaise()

m_errTest::testRaise ( )

@covers m_err::raise

Todo:
Implement testRaise().

Definition at line 37 of file m_errTest.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  }

Member Data Documentation

◆ $object

m_errTest::$object
protected

Definition at line 12 of file m_errTest.php.


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