Fix PHPCS error.

This commit is contained in:
mark_story 2015-01-12 21:37:34 -05:00
parent 77e8661cb7
commit d39c744c28

View file

@ -604,8 +604,7 @@ class FileTest extends CakeTestCase {
*
* @return void
*/
public function testNoPartialPathBeingSetForNonExistentPath()
{
public function testNoPartialPathBeingSetForNonExistentPath() {
$tmpFile = new File('/non/existent/file');
$this->assertNull($tmpFile->pwd());
$this->assertNull($tmpFile->path);