object = new m_crypto; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers m_crypto::encrypt * @todo Implement testEncrypt(). */ public function testEncrypt() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_crypto::decrypt * @todo Implement testDecrypt(). */ public function testDecrypt() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }