Skip to content

Commit 40dd133

Browse files
committed
Update tests
1 parent e17c30d commit 40dd133

12 files changed

+36
-36
lines changed

test/constant_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Constant_Test extends \PHPUnit_Framework_TestCase
21+
class Constant_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Tests if constants defined

test/curl_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Curl_Test extends \PHPUnit_Framework_TestCase
21+
class Curl_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Initialise Codebird class

test/detection_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Detection_Test extends \PHPUnit_Framework_TestCase
21+
class Detection_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Initialise Codebird class

test/environment_test.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* A Twitter library in PHP.
77
*
88
* @package codebird-test
9-
* @author Jublo Solutions <support@jublo.net>
10-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
9+
* @author Jublo Limited <support@jublo.net>
10+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1111
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1212
* @link https://github.com/jublonet/codebird-php
1313
*/
@@ -17,7 +17,7 @@
1717
*
1818
* @package codebird-test
1919
*/
20-
class Environment_Test extends \PHPUnit_Framework_TestCase
20+
class Environment_Test extends \PHPUnit\Framework\TestCase
2121
{
2222
/**
2323
* Tests PHP version

test/media_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Media_Test extends \PHPUnit_Framework_TestCase
21+
class Media_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Initialise Codebird class

test/oauth_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Oauth_Test extends \PHPUnit_Framework_TestCase
21+
class Oauth_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Initialise Codebird class

test/replyparse_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Replyparse_Test extends \PHPUnit_Framework_TestCase
21+
class Replyparse_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Initialise Codebird class

test/requestparse_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Requestparse_Test extends \PHPUnit_Framework_TestCase
21+
class Requestparse_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Initialise Codebird class

test/returnformat_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Returnformat_Test extends \PHPUnit_Framework_TestCase
21+
class Returnformat_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Initialise Codebird class

test/setter_tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* A Twitter library in PHP.
88
*
99
* @package codebird-test
10-
* @author Jublo Solutions <support@jublo.net>
11-
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
10+
* @author Jublo Limited <support@jublo.net>
11+
* @copyright 2010-2018 Jublo Limited <support@jublo.net>
1212
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
1313
* @link https://github.com/jublonet/codebird-php
1414
*/
@@ -18,7 +18,7 @@
1818
*
1919
* @package codebird-test
2020
*/
21-
class Setter_Test extends \PHPUnit_Framework_TestCase
21+
class Setter_Test extends \PHPUnit\Framework\TestCase
2222
{
2323
/**
2424
* Tests setConsumerKey

0 commit comments

Comments
 (0)