File tree Expand file tree Collapse file tree 10 files changed +0
-82
lines changed
Expand file tree Collapse file tree 10 files changed +0
-82
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Knp \PiwikClient ;
124
135use Knp \PiwikClient \Connection \ConnectionInterface ,
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Knp \PiwikClient \Connection ;
124
135/**
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Knp \PiwikClient \Connection ;
124
135use Knp \PiwikClient \Exception \Exception as PiwikException ;
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Knp \PiwikClient \Connection ;
124
135/**
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Knp \PiwikClient \Connection ;
124
135/**
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Knp \PiwikClient \Exception ;
124
135/**
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Test \Knp \PiwikClient ;
124
135use Knp \PiwikClient \Client ;
146
157class ClientTest extends \PHPUnit_Framework_TestCase
168{
17-
18-
199 /* TEST GET CONNECTION
2010 *************************************************************************/
2111 public function testConnection ()
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Test \Knp \PiwikClient \Connection ;
124
135use Buzz ;
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113namespace Test \Knp \PiwikClient \Connection ;
124
135use Knp \PiwikClient \Connection \StubConnection ;
Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- * This file is part of the PiwikClient.
5- * (c) 2013 Knp Labs <http://www.knplabs.com>
6- *
7- * For the full copyright and license information, please view the LICENSE
8- * file that was distributed with this source code.
9- */
10-
113require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments