File tree Expand file tree Collapse file tree 12 files changed +22
-22
lines changed Expand file tree Collapse file tree 12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 7
7
use Doctrine \DBAL \Connection ;
8
8
use Doctrine \DBAL \Types \Type ;
9
9
use Interop \Queue \Consumer ;
10
- use Interop \Queue \InvalidMessageException ;
10
+ use Interop \Queue \Exception \ InvalidMessageException ;
11
11
use Interop \Queue \Message ;
12
12
use Interop \Queue \Queue ;
13
13
Original file line number Diff line number Diff line change 10
10
use Interop \Queue \Consumer ;
11
11
use Interop \Queue \Context ;
12
12
use Interop \Queue \Destination ;
13
- use Interop \Queue \InvalidDestinationException ;
13
+ use Interop \Queue \Exception \InvalidDestinationException ;
14
+ use Interop \Queue \Exception \SubscriptionConsumerNotSupportedException ;
15
+ use Interop \Queue \Exception \TemporaryQueueNotSupportedException ;
14
16
use Interop \Queue \Message ;
15
17
use Interop \Queue \Producer ;
16
18
use Interop \Queue \Queue ;
17
19
use Interop \Queue \SubscriptionConsumer ;
18
- use Interop \Queue \SubscriptionConsumerNotSupportedException ;
19
- use Interop \Queue \TemporaryQueueNotSupportedException ;
20
20
use Interop \Queue \Topic ;
21
21
22
22
class DbalContext implements Context
Original file line number Diff line number Diff line change 6
6
7
7
use Doctrine \DBAL \Types \Type ;
8
8
use Interop \Queue \Destination ;
9
- use Interop \Queue \Exception ;
10
- use Interop \Queue \InvalidDestinationException ;
11
- use Interop \Queue \InvalidMessageException ;
9
+ use Interop \Queue \Exception \ Exception ;
10
+ use Interop \Queue \Exception \ InvalidDestinationException ;
11
+ use Interop \Queue \Exception \ InvalidMessageException ;
12
12
use Interop \Queue \Message ;
13
13
use Interop \Queue \Producer ;
14
14
use Ramsey \Uuid \Codec \OrderedTimeCodec ;
Original file line number Diff line number Diff line change 9
9
use Enqueue \Dbal \DbalProducer ;
10
10
use Enqueue \Test \ClassExtensionTrait ;
11
11
use Interop \Queue \Consumer ;
12
- use Interop \Queue \InvalidMessageException ;
12
+ use Interop \Queue \Exception \ InvalidMessageException ;
13
13
use Interop \Queue \Message ;
14
14
15
15
class DbalConsumerTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 11
11
use Enqueue \Test \ClassExtensionTrait ;
12
12
use Interop \Queue \Context ;
13
13
use Interop \Queue \Destination ;
14
- use Interop \Queue \InvalidDestinationException ;
15
- use Interop \Queue \TemporaryQueueNotSupportedException ;
14
+ use Interop \Queue \Exception \ InvalidDestinationException ;
15
+ use Interop \Queue \Exception \ TemporaryQueueNotSupportedException ;
16
16
17
17
class DbalContextTest extends \PHPUnit_Framework_TestCase
18
18
{
Original file line number Diff line number Diff line change 7
7
use Enqueue \Dbal \DbalProducer ;
8
8
use Enqueue \Test \ClassExtensionTrait ;
9
9
use Interop \Queue \Destination ;
10
- use Interop \Queue \InvalidDestinationException ;
10
+ use Interop \Queue \Exception \ InvalidDestinationException ;
11
11
use Interop \Queue \Producer ;
12
12
13
13
class DbalProducerTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 4
4
5
5
namespace Enqueue \Fs ;
6
6
7
- use Interop \Queue \Exception ;
7
+ use Interop \Queue \Exception \ Exception ;
8
8
9
9
class CannotObtainLockException extends Exception
10
10
{
Original file line number Diff line number Diff line change 5
5
namespace Enqueue \Fs ;
6
6
7
7
use Interop \Queue \Consumer ;
8
- use Interop \Queue \InvalidMessageException ;
8
+ use Interop \Queue \Exception \ InvalidMessageException ;
9
9
use Interop \Queue \Message ;
10
10
use Interop \Queue \Queue ;
11
11
Original file line number Diff line number Diff line change 7
7
use Interop \Queue \Consumer ;
8
8
use Interop \Queue \Context ;
9
9
use Interop \Queue \Destination ;
10
- use Interop \Queue \InvalidDestinationException ;
10
+ use Interop \Queue \Exception \InvalidDestinationException ;
11
+ use Interop \Queue \Exception \SubscriptionConsumerNotSupportedException ;
11
12
use Interop \Queue \Message ;
12
13
use Interop \Queue \Producer ;
13
14
use Interop \Queue \Queue ;
14
15
use Interop \Queue \SubscriptionConsumer ;
15
- use Interop \Queue \SubscriptionConsumerNotSupportedException ;
16
16
use Interop \Queue \Topic ;
17
17
use Makasim \File \TempFile ;
18
18
use Symfony \Component \Filesystem \Filesystem ;
Original file line number Diff line number Diff line change 4
4
5
5
namespace Enqueue \Fs ;
6
6
7
- use Interop \Queue \DeliveryDelayNotSupportedException ;
8
7
use Interop \Queue \Destination ;
9
- use Interop \Queue \InvalidDestinationException ;
10
- use Interop \Queue \InvalidMessageException ;
8
+ use Interop \Queue \Exception \DeliveryDelayNotSupportedException ;
9
+ use Interop \Queue \Exception \InvalidDestinationException ;
10
+ use Interop \Queue \Exception \InvalidMessageException ;
11
+ use Interop \Queue \Exception \PriorityNotSupportedException ;
11
12
use Interop \Queue \Message ;
12
- use Interop \Queue \PriorityNotSupportedException ;
13
13
use Interop \Queue \Producer ;
14
14
use Makasim \File \TempFile ;
15
15
Original file line number Diff line number Diff line change 10
10
use Enqueue \Null \NullQueue ;
11
11
use Enqueue \Test \ClassExtensionTrait ;
12
12
use Interop \Queue \Context ;
13
- use Interop \Queue \InvalidDestinationException ;
13
+ use Interop \Queue \Exception \ InvalidDestinationException ;
14
14
use Makasim \File \TempFile ;
15
15
16
16
class FsContextTest extends \PHPUnit \Framework \TestCase
Original file line number Diff line number Diff line change 9
9
use Enqueue \Null \NullMessage ;
10
10
use Enqueue \Null \NullQueue ;
11
11
use Enqueue \Test \ClassExtensionTrait ;
12
- use Interop \Queue \InvalidDestinationException ;
13
- use Interop \Queue \InvalidMessageException ;
12
+ use Interop \Queue \Exception \ InvalidDestinationException ;
13
+ use Interop \Queue \Exception \ InvalidMessageException ;
14
14
use Interop \Queue \Producer ;
15
15
use Makasim \File \TempFile ;
16
16
You can’t perform that action at this time.
0 commit comments