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

Public Member Functions

 testEncrypt ()
 @covers m_crypto::encrypt More...
 
 testDecrypt ()
 @covers m_crypto::decrypt 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_cryptoTest.php.

Member Function Documentation

◆ setUp()

m_cryptoTest::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_cryptoTest.php.

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

◆ tearDown()

m_cryptoTest::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_cryptoTest.php.

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

◆ testDecrypt()

m_cryptoTest::testDecrypt ( )

@covers m_crypto::decrypt

Todo:
Implement testDecrypt().

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

◆ testEncrypt()

m_cryptoTest::testEncrypt ( )

@covers m_crypto::encrypt

Todo:
Implement testEncrypt().

Definition at line 37 of file m_cryptoTest.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_cryptoTest::$object
protected

Definition at line 12 of file m_cryptoTest.php.


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