for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @file ClassHelperTest.php
* @brief This file contains the ${CLASS_NAME} class.
* @details
* @author Filippo F. Fadda
*/
use ToolBag\Helper\ClassHelper;
class ClassHelperTest extends PHPUnit_Framework_TestCase {
public function testGetClassRoot() {
}
public function testGetClass() {
public function testGetClassName() {