Moved provider tests to the correct namespace

This commit is contained in:
Graham Campbell
2016-01-05 02:30:37 +00:00
parent 76ca6c2db9
commit 934ccec329
3 changed files with 3 additions and 3 deletions

View File

@@ -1,25 +0,0 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace CachetHQ\Tests\Cachet\Providers;
use AltThree\TestBench\ServiceProviderTrait;
use CachetHQ\Tests\Cachet\AbstractTestCase;
/**
* This is the repository service provider test class.
*
* @author Graham Campbell <graham@alt-three.com>
*/
class RepositoryServiceProviderTest extends AbstractTestCase
{
use ServiceProviderTrait;
}