File tree Expand file tree Collapse file tree 11 files changed +99
-0
lines changed
Expand file tree Collapse file tree 11 files changed +99
-0
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue ;
413
514class Queue
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue ;
413
514abstract class States
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue ;
413
514final class Task
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue \Tests \Integration ;
413
514class FifoQueueTest extends QueueTest
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue \Tests \Integration ;
413
514class FifottlQueueTest extends QueueTest
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue \Tests \Integration ;
413
514use Tarantool \Queue \Queue ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue \Tests \Integration ;
413
514trait Ttl
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue \Tests \Integration ;
413
514class UtubeQueueTest extends QueueTest
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue \Tests \Integration ;
413
514class UtubettlQueueTest extends QueueTest
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Tarantool Queue package.
5+ *
6+ * (c) Eugene Leonovich <gen.work@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Tarantool \Queue \Tests \Unit ;
413
514use Tarantool \Queue \Queue ;
You can’t perform that action at this time.
0 commit comments