Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Jun 9, 2015
1 parent 110fa07 commit 6013704
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/SmartyFactoryTest.php
Expand Up @@ -19,11 +19,6 @@ public function testSmarty()
$this->assertInstanceOf("Smarty", $this->factory->getSmarty());
}

public function testVersion()
{
$this->assertSame('2.0.0-dev', $this->factory->getVersion());
}

public function testConfigure()
{
$reflectionMethod = $this->getProtectMethod($this->factory, 'setConfigure');
Expand Down Expand Up @@ -80,4 +75,4 @@ public function scan()
closedir($dir);
return $files;
}
}
}

0 comments on commit 6013704

Please sign in to comment.