Skip to content

Commit

Permalink
Exclude MobileDetect failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed May 9, 2015
1 parent 46d57ce commit bd1f771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Laravel User Agent

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

*The previous version is still available under the 1.0.0 tag.*

Installation
------------

Expand Down Expand Up @@ -107,7 +105,7 @@ Get the browser name. (Chrome, IE, Safari, Firefox, ...)
```php
Agent::browser();
```

### Desktop detection

Check if the user is a desktop.
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<testsuites>
<testsuite name="all">
<directory>tests/</directory>
<exclude>tests/VendorsTest.php</exclude>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit bd1f771

Please sign in to comment.