Skip to content

Commit

Permalink
Fix namespaces in tests (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed Feb 6, 2019
1 parent 66a2a0a commit 3dfa194
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/Snippet/DurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

namespace Google\Cloud\Tests\Snippets;
namespace Google\Cloud\Core\Tests\Snippet;

use Google\Cloud\Core\Duration;
use Google\Cloud\Core\Testing\Snippet\SnippetTestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Snippet/Int64Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

namespace Google\Cloud\Tests\Snippets;
namespace Google\Cloud\Core\Tests\Snippet;

use Google\Cloud\Core\Testing\Snippet\SnippetTestCase;
use Google\Cloud\Core\Int64;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/AnonymousCredentialsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

namespace Google\Cloud\Tests\Core;
namespace Google\Cloud\Core\Tests\Unit;

use Google\Cloud\Core\AnonymousCredentials;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/DurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

namespace Google\Cloud\Tests\Core;
namespace Google\Cloud\Core\Tests\Unit;

use Google\Cloud\Core\Duration;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/ServiceBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
namespace Google\Cloud\Tests\Unit;
namespace Google\Cloud\Core\Tests\Unit;

use Google\Cloud\BigQuery\BigQueryClient;
use Google\Cloud\Core\ServiceBuilder;
Expand Down

0 comments on commit 3dfa194

Please sign in to comment.