diff --git a/tests/S3BucketStreamZipTest.php b/tests/S3BucketStreamZipTest.php index 5fe2958..1b36e99 100644 --- a/tests/S3BucketStreamZipTest.php +++ b/tests/S3BucketStreamZipTest.php @@ -4,15 +4,15 @@ * @copyright Copyright 2015, Jaisen Mathai */ -namespace S3BucketStreamZipTest; +namespace JMathai\S3BucketStreamZipTest; -use S3BucketStreamZip\S3BucketStreamZip; +use JMathai\S3BucketStreamZip\S3BucketStreamZip; use PHPUnit_Framework_TestCase; class S3BucketStreamZipTest extends PHPUnit_Framework_TestCase { /** - * @expectedException \S3BucketStreamZip\Exception\InvalidParameterException + * @expectedException \JMathai\S3BucketStreamZip\Exception\InvalidParameterException */ public function testInvalidParamsToConstructorKey() { @@ -20,7 +20,7 @@ public function testInvalidParamsToConstructorKey() } /** - * @expectedException \S3BucketStreamZip\Exception\InvalidParameterException + * @expectedException \JMathai\S3BucketStreamZip\Exception\InvalidParameterException */ public function testInvalidParamsToConstructorSecret() { @@ -28,7 +28,7 @@ public function testInvalidParamsToConstructorSecret() } /** - * @expectedException \S3BucketStreamZip\Exception\InvalidParameterException + * @expectedException \JMathai\S3BucketStreamZip\Exception\InvalidParameterException */ public function testInvalidParamsToConstructorBucket() {