Added support for move objects(from and to) in getparsed method

This commit is contained in:
DHTMLGoodies
2013-01-25 16:54:09 +01:00
parent 74900962f4
commit f117acc00e
2 changed files with 91 additions and 80 deletions

View File

@@ -1765,7 +1765,7 @@ class ParserTest extends PHPUnit_Framework_TestCase
/**
* @test
*/
public function shouldDetermine3FoldReptition(){
public function shouldDetermine3FoldRepetition(){
// given
$parser = new FenParser0x88();
// when