Code cleanup

This commit is contained in:
DHTMLGoodies
2013-01-18 14:38:50 +01:00
parent be3a529058
commit 8708b00cf7
3 changed files with 12 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ class ParserTest extends PHPUnit_Framework_TestCase
/**
* @test
*/
public function shouldCreatParser()
public function shouldCreateParser()
{
// given
$parser = $this->getParser();
@@ -1796,6 +1796,11 @@ class ParserTest extends PHPUnit_Framework_TestCase
}
return $ret;
}
/**
* @param null $fen
* @return FenParser0x88
*/
private function getParser($fen = null)
{
if (!isset($fen)) {