Skip to content

Commit

Permalink
PSR-0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 28, 2014
1 parent c2bef1d commit 1e5a7b7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions test/Tmdb/Tests/ApiTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests;

class ApiTokenTest extends \PHPUnit_Framework_TestCase
{
const API_TOKEN = 'abcdefg';
Expand Down
2 changes: 2 additions & 0 deletions test/Tmdb/Tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests;

class ClientTest extends \Tmdb\Tests\TestCase
{
const API_TOKEN = 'abcdef';
Expand Down
1 change: 1 addition & 0 deletions test/Tmdb/Tests/Helper/ImageHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests\Helper;

use Tmdb\Tests\TestCase as Base;

Expand Down
2 changes: 1 addition & 1 deletion test/Tmdb/Tests/Model/Collection/KeywordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests\Model\Common;
namespace Tmdb\Tests\Model\Collection;

use Tmdb\Model\Collection\Keywords;
use Tmdb\Model\Keyword;
Expand Down
2 changes: 1 addition & 1 deletion test/Tmdb/Tests/Model/Collection/PeopleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests\Model\Common;
namespace Tmdb\Tests\Model\Collection;

use Tmdb\Model\Collection\People;
use Tmdb\Model\Person;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests\Model\Query;
namespace Tmdb\Tests\Model\Query\Discover;

use Tmdb\Model\Query\Discover\DiscoverMoviesQuery;
use Tmdb\Tests\TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests\Model\Query;
namespace Tmdb\Tests\Model\Query\Discover;

use Tmdb\Model\Query\Discover\DiscoverTvQuery;
use Tmdb\Tests\TestCase;
Expand Down
2 changes: 2 additions & 0 deletions test/Tmdb/Tests/RequestTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests;

class RequestTokenTest extends \PHPUnit_Framework_TestCase
{
const REQUEST_TOKEN = '641bf16c663db167c6cffcdff41126039d4445bf';
Expand Down
2 changes: 2 additions & 0 deletions test/Tmdb/Tests/SessionTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
*/
namespace Tmdb\Tests;

class SessionTokenTest extends \PHPUnit_Framework_TestCase
{
const SESSION_TOKEN = '80b2bf99520cd795ff54e31af97917bc9e3a7c8c';
Expand Down

0 comments on commit 1e5a7b7

Please sign in to comment.