Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into devel
  • Loading branch information
serbanghita committed Dec 11, 2017
2 parents f00fa83 + 6a7739a commit 03a4c45
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">=5.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|5.7"
"phpunit/phpunit": "~4.8.35|5.7"
},
"autoload": {
"classmap": ["Mobile_Detect.php"],
Expand Down
5 changes: 4 additions & 1 deletion tests/BasicsTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

use PHPUnit\Framework\TestCase;

/**
* @license MIT License https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
* @link http://mobiledetect.net
*/
class BasicTest extends PHPUnit_Framework_TestCase
class BasicTest extends TestCase
{
/**
* @var Mobile_Detect
Expand Down
5 changes: 4 additions & 1 deletion tests/UserAgentTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

use PHPUnit\Framework\TestCase;

/**
* @license MIT License https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
* @link http://mobiledetect.net
*/
class UserAgentTest extends PHPUnit_Framework_TestCase
class UserAgentTest extends TestCase
{
protected $detect;
protected static $ualist = array();
Expand Down
5 changes: 4 additions & 1 deletion tests/VendorsTest_tmp.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php

use PHPUnit\Framework\TestCase;

/**
* @license MIT License https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt
* @link http://mobiledetect.net
*/
class VendorsTest extends PHPUnit_Framework_TestCase
class VendorsTest extends TestCase
{
protected $detect;
protected static $items;
Expand Down

0 comments on commit 03a4c45

Please sign in to comment.