Skip to content

Commit

Permalink
Updating test class names
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Sep 8, 2016
1 parent d08003c commit 031e428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/DiceProviderTest.php
Expand Up @@ -6,7 +6,7 @@
use JobApis\Jobs\Client\Queries\DiceQuery;
use Mockery as m;

class GovtProviderTest extends \PHPUnit_Framework_TestCase
class DiceProviderTest extends \PHPUnit_Framework_TestCase
{
public function setUp()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/src/DiceQueryTest.php
Expand Up @@ -3,7 +3,7 @@
use JobApis\Jobs\Client\Queries\DiceQuery;
use Mockery as m;

class GovtQueryTest extends \PHPUnit_Framework_TestCase
class DiceQueryTest extends \PHPUnit_Framework_TestCase
{
public function setUp()
{
Expand Down

0 comments on commit 031e428

Please sign in to comment.