Skip to content
Snippets Groups Projects
Commit 8dffe2a9 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Corrected FunctionsLibTest:testGetBrowserInfo

parent 60e2524f
Branches
Tags
No related merge requests found
...@@ -192,7 +192,6 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase ...@@ -192,7 +192,6 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
$this->assertEquals('ios',$tmp['browseros']); $this->assertEquals('ios',$tmp['browseros']);
$this->assertEquals('tablet',$tmp['layout']); $this->assertEquals('tablet',$tmp['layout']);
$this->assertEquals('iphone',$tmp['phone']); $this->assertEquals('iphone',$tmp['phone']);
$this->assertTrue($tmp['phone']);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment