Files
Phraseanet/lib/unitTest/mailTest.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

174 lines
3.8 KiB
PHP

<?php
require_once dirname(__FILE__) . '/PhraseanetPHPUnitAbstract.class.inc';
/**
* Test class for mail.
* Generated by PHPUnit on 2011-07-06 at 18:40:27.
*/
class mailTest extends PhraseanetPHPUnitAbstract
{
/**
* @var mail
*/
protected $object;
/**
* @todo Implement testMail_test().
*/
public function testMail_test()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testSend_validation_results().
*/
public function testSend_validation_results()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testHack_alert().
*/
public function testHack_alert()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testFtp_sent().
*/
public function testFtp_sent()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testFtp_receive().
*/
public function testFtp_receive()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testSend_documents().
*/
public function testSend_documents()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testForgot_passord().
*/
public function testForgot_passord()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testRegister_confirm().
*/
public function testRegister_confirm()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testRegister_user().
*/
public function testRegister_user()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testReset_email().
*/
public function testReset_email()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testMail_confirm_registered().
*/
public function testMail_confirm_registered()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testMail_confirm_unregistered().
*/
public function testMail_confirm_unregistered()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testMail_confirmation().
*/
public function testMail_confirmation()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testSend_mail().
*/
public function testSend_mail()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
?>