Skip to content

Commit

Permalink
Add missing Class FakeClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Blum committed Feb 2, 2016
1 parent 346ea13 commit 86650a5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Tests/DependencyInjection/Fixtures/FakeClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

namespace EightPoints\Bundle\GuzzleBundle\Tests\DependencyInjection\Fixtures;


/**
* Class FakeClient
*
* @package EightPoints\Bundle\GuzzleBundle\Tests\DependencyInjection\Fixtures
* @author Sebastian Blum
*
* @since 2016-01
*/
class FakeClient
{

}

0 comments on commit 86650a5

Please sign in to comment.