AlternC/phpunit/tests/bureau/class/m_errTest.php

77 lines
1.7 KiB
PHP
Raw Normal View History

<?php
/**
* Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:58.
*/
class m_errTest extends PHPUnit_Framework_TestCase
{
/**
* @var m_err
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp()
{
$this->object = new m_err;
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers m_err::raise
* @todo Implement testRaise().
*/
public function testRaise()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers m_err::errstr
* @todo Implement testErrstr().
*/
public function testErrstr()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers m_err::logerr
* @todo Implement testLogerr().
*/
public function testLogerr()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers m_err::log
* @todo Implement testLog().
*/
public function testLog()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}