Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Just renamed a test for Zepto\FileLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 8, 2014
1 parent 1e85c92 commit 6b6d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Zepto/FileLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testLoadInvalidFile()
* @covers Zepto\FileLoader::load()
* @expectedException UnexpectedValueException
*/
public function testLoadDirectory()
public function testLoadWithDirectory()
{
$this->loader->load('sub/');
}
Expand Down

0 comments on commit 6b6d6af

Please sign in to comment.