Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/tests/phpunit/classes/ReflectionExtensionTest.cla...

184 lines
4.7 KiB

<?php
/**
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:54.
*/
class ReflectionExtensionTest extends PHPUnit_Framework_TestCase
{
/**
* @var ReflectionExtension
*/
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 ReflectionExtension;
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers ReflectionExtension::export
* @todo Implement testExport().
*/
public function testExport()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::__toString
* @todo Implement test__toString().
*/
public function test__toString()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getName
* @todo Implement testGetName().
*/
public function testGetName()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getVersion
* @todo Implement testGetVersion().
*/
public function testGetVersion()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getFunctions
* @todo Implement testGetFunctions().
*/
public function testGetFunctions()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getConstants
* @todo Implement testGetConstants().
*/
public function testGetConstants()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getINIEntries
* @todo Implement testGetINIEntries().
*/
public function testGetINIEntries()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getClasses
* @todo Implement testGetClasses().
*/
public function testGetClasses()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getClassNames
* @todo Implement testGetClassNames().
*/
public function testGetClassNames()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::getDependencies
* @todo Implement testGetDependencies().
*/
public function testGetDependencies()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::info
* @todo Implement testInfo().
*/
public function testInfo()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::isPersistent
* @todo Implement testIsPersistent().
*/
public function testIsPersistent()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers ReflectionExtension::isTemporary
* @todo Implement testIsTemporary().
*/
public function testIsTemporary()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}