mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix unit test for UA class
This commit is contained in:
parent
9e2a09f108
commit
ca90ac2c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class UATest extends \Codeception\TestCase\Test
|
|||
// Yeti
|
||||
$browser = Rhymix\Framework\UA::getBrowserInfo('Yeti/1.1; +http://naver.me/spd');
|
||||
$this->assertEquals('Yeti', $browser->browser);
|
||||
$this->assertEquals('1.0', $browser->version);
|
||||
$this->assertEquals('1.1', $browser->version);
|
||||
$this->assertTrue($browser->is_robot);
|
||||
|
||||
// Baiduspider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue