Skip to content
Snippets Groups Projects
Commit 3cae8f30 authored by LTRocky's avatar LTRocky
Browse files

Removed duplicated methods

parent 872aa4a1
No related branches found
No related tags found
No related merge requests found
......@@ -156,15 +156,4 @@ class CompletionTest extends \PHPUnit_Framework_TestCase
['unicodeAware'],
];
}
/**
* Tests toArray method exception.
*
* @expectedException \LogicException
*/
public function testToArrayException()
{
$completion = new Completion('', '');
$completion->toArray();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment