Skip to content

Commit

Permalink
Merge branch '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 18, 2017
2 parents 41c7214 + 3ca055c commit ba825a9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
4 changes: 1 addition & 3 deletions src/AnimeDbShikimoriBrowserBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
* @copyright Copyright (c) 2011, Peter Gribanov
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
*/

namespace AnimeDb\Bundle\ShikimoriBrowserBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
* Bundle.
*/
class AnimeDbShikimoriBrowserBundle extends Bundle
{
}
4 changes: 1 addition & 3 deletions src/DependencyInjection/AnimeDbShikimoriBrowserExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
* @copyright Copyright (c) 2011, Peter Gribanov
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
*/

namespace AnimeDb\Bundle\ShikimoriBrowserBundle\DependencyInjection;

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;

/**
* DependencyInjection.
*/
class AnimeDbShikimoriBrowserExtension extends Extension
{
/**
Expand Down
5 changes: 3 additions & 2 deletions src/Service/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
* @copyright Copyright (c) 2011, Peter Gribanov
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
*/

namespace AnimeDb\Bundle\ShikimoriBrowserBundle\Service;

use Guzzle\Http\Client;

/**
* Browser.
*
* @link http://shikimori.org/
* @link http://shikimori.org/api/doc
* @see http://shikimori.org/
* @see http://shikimori.org/api/doc
*/
class Browser
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
* @copyright Copyright (c) 2011, Peter Gribanov
* @license http://opensource.org/licenses/GPL-3.0 GPL v3
*/

namespace AnimeDb\Bundle\ShikimoriBrowserBundle\Tests\DependencyInjection;

use AnimeDb\Bundle\ShikimoriBrowserBundle\DependencyInjection\AnimeDbShikimoriBrowserExtension;
use Symfony\Component\DependencyInjection\ContainerBuilder;

/**
* Test DependencyInjection.
*/
class AnimeDbShikimoriBrowserExtensionTest extends \PHPUnit_Framework_TestCase
{
public function testLoad()
Expand Down
4 changes: 1 addition & 3 deletions tests/Service/BrowserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
* @copyright Copyright (c) 2014, Peter Gribanov
* @license http://opensource.org/licenses/MIT
*/

namespace AnimeDb\Bundle\ShikimoriBrowserBundle\Tests\Service;

use AnimeDb\Bundle\ShikimoriBrowserBundle\Service\Browser;
use Guzzle\Http\Client;
use Guzzle\Http\Message\RequestInterface;
use Guzzle\Http\Message\Response;

/**
* Test browser.
*/
class BrowserTest extends \PHPUnit_Framework_TestCase
{
/**
Expand Down

0 comments on commit ba825a9

Please sign in to comment.