File tree Expand file tree Collapse file tree 12 files changed +36
-36
lines changed Expand file tree Collapse file tree 12 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Constant_Test extends \PHPUnit_Framework_TestCase
21
+ class Constant_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Tests if constants defined
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Curl_Test extends \PHPUnit_Framework_TestCase
21
+ class Curl_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Initialise Codebird class
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Detection_Test extends \PHPUnit_Framework_TestCase
21
+ class Detection_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Initialise Codebird class
Original file line number Diff line number Diff line change 6
6
* A Twitter library in PHP.
7
7
*
8
8
* @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>
11
11
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
12
12
* @link https://github.com/jublonet/codebird-php
13
13
*/
17
17
*
18
18
* @package codebird-test
19
19
*/
20
- class Environment_Test extends \PHPUnit_Framework_TestCase
20
+ class Environment_Test extends \PHPUnit \ Framework \TestCase
21
21
{
22
22
/**
23
23
* Tests PHP version
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Media_Test extends \PHPUnit_Framework_TestCase
21
+ class Media_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Initialise Codebird class
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Oauth_Test extends \PHPUnit_Framework_TestCase
21
+ class Oauth_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Initialise Codebird class
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Replyparse_Test extends \PHPUnit_Framework_TestCase
21
+ class Replyparse_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Initialise Codebird class
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Requestparse_Test extends \PHPUnit_Framework_TestCase
21
+ class Requestparse_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Initialise Codebird class
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Returnformat_Test extends \PHPUnit_Framework_TestCase
21
+ class Returnformat_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Initialise Codebird class
Original file line number Diff line number Diff line change 7
7
* A Twitter library in PHP.
8
8
*
9
9
* @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>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
13
13
* @link https://github.com/jublonet/codebird-php
14
14
*/
18
18
*
19
19
* @package codebird-test
20
20
*/
21
- class Setter_Test extends \PHPUnit_Framework_TestCase
21
+ class Setter_Test extends \PHPUnit \ Framework \TestCase
22
22
{
23
23
/**
24
24
* Tests setConsumerKey
You can’t perform that action at this time.
0 commit comments