81 lines
752 B
PHP
81 lines
752 B
PHP
<?php
|
|
|
|
class DynamicTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
public function testReferenceWithoutFailover()
|
|
{
|
|
|
|
}
|
|
|
|
public function testReferenceWithFailover()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSSWrongExtension()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSSErrorLESS()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSSErrorSASS()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSS()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSSWithLESS()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSSWithSASS()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSSUnableToMinify()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCSSDoesNotExist()
|
|
{
|
|
|
|
}
|
|
|
|
public function testJSWrongExtension()
|
|
{
|
|
|
|
}
|
|
|
|
public function testJSUnableToMinify()
|
|
{
|
|
|
|
}
|
|
|
|
public function testJSDoesNotExist()
|
|
{
|
|
|
|
}
|
|
|
|
public function testJSInvalidLevel()
|
|
{
|
|
|
|
}
|
|
|
|
public function testJS()
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
?>
|