Skip to content

Commit bd1f771

Browse files
committed
Exclude MobileDetect failing unit test
1 parent 46d57ce commit bd1f771

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Laravel User Agent
55

66
A user agent class for Laravel, based on [Mobile Detect](https://github.com/serbanghita/Mobile-Detect) with extended functionality.
77

8-
*The previous version is still available under the 1.0.0 tag.*
9-
108
Installation
119
------------
1210

@@ -107,7 +105,7 @@ Get the browser name. (Chrome, IE, Safari, Firefox, ...)
107105
```php
108106
Agent::browser();
109107
```
110-
108+
111109
### Desktop detection
112110

113111
Check if the user is a desktop.

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<testsuites>
1414
<testsuite name="all">
1515
<directory>tests/</directory>
16+
<exclude>tests/VendorsTest.php</exclude>
1617
</testsuite>
1718
</testsuites>
1819
</phpunit>

0 commit comments

Comments
 (0)