1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-04 07:32:42 +02:00

Removed echo in UserAgentTest.

This commit is contained in:
Benjamin Laugueux 2012-09-14 17:57:58 +02:00
parent ba39896acc
commit 707cf049ad

@ -9,7 +9,6 @@ class UserAgentTest extends \PHPUnit_Framework_TestCase
{
public function testRandomUserAgent()
{
echo UserAgent::userAgent();
$this->assertNotNull(UserAgent::userAgent());
}