diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-05 23:30:56 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-05 23:30:56 -0400 |
commit | 710f2c7bb046b43ec9878ae795a181101f6d7515 (patch) | |
tree | b62723b6b49c3b6bf2b3ca41a772f552464a9031 /tests/units/FileHelperText.php | |
parent | 94b38dd94bd819168163003beec8ef693f9d9839 (diff) |
Improve unit tests
Diffstat (limited to 'tests/units/FileHelperText.php')
-rw-r--r-- | tests/units/FileHelperText.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/units/FileHelperText.php b/tests/units/FileHelperText.php deleted file mode 100644 index ce04fdbd..00000000 --- a/tests/units/FileHelperText.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -require_once __DIR__.'/Base.php'; - -use Helper\File; - -class FileHelperTest extends Base -{ - public function testIcon() - { - $h = new File($this->container); - $this->assertEquals('fa-file-image-o', $h->icon('test.png')); - $this->assertEquals('fa-file-o', $h->icon('test')); - } -} |