More test, reformat code to PSR-0

This commit is contained in:
Ivan Shalganov
2014-02-27 16:30:44 +04:00
parent e00d6c7e50
commit c210303b72
18 changed files with 229 additions and 276 deletions

View File

@ -1,5 +1,6 @@
<?php
namespace Fenom;
use Fenom;
use Fenom\TestCase;
@ -103,7 +104,8 @@ class ProviderTest extends TestCase
), $list);
}
public function testRm() {
public function testRm()
{
$this->assertTrue(is_dir(FENOM_RESOURCES . '/template/sub'));
Provider::rm(FENOM_RESOURCES . '/template/sub');
$this->assertFalse(is_dir(FENOM_RESOURCES . '/template/sub'));