Concerns addressed by D220 / rNOTIF46a71ea7b2f3.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 11 2016
Build is green https://ci.nasqueron.org/job/test-notifications-phab/13/ for more details.
This commit introduced dead code, as the class Log is declared but never used.
Test coverage. This change brings full coverage for GateController class.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/12/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/11/ for more details.
Code documentation restored.
+1 line covered, +1 method fully covered.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/10/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/9/ for more details.
[RuntimeException] Error Output: PHP Fatal error: Class 'Events' not found in /home/ubuntu/workspace/notificati ons/tests/TestCase.php on line 44
Upstream not interested by the change, but provides a simpler solution.
Jan 10 2016
Build is green https://ci.nasqueron.org/job/test-notifications-phab/8/ for more details.
In D197#3104, @dereckson wrote:We need to mock the broker.
Code to mockBroker::setExchangeTarget($this->target) ->routeTo($this->routingKey) ->sendMessage($this->message);Mock proposal$mock = Mockery('Keruald\Broker\AMQPBroker'); $mock->shouldReceive('setExchangeTarget'); // TODO: return $this, not null $mock->shouldReceive('routeTo'); $mock->shouldReceive('sendMessage'); $this->app->instance('broker', $mock);Reference: http://docs.mockery.io/en/latest/reference/demeter_chains.html
Build is green https://ci.nasqueron.org/job/test-notifications-phab/7/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/6/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/5/ for more details.
Added PayloadFullTest::testInvalidSignature to hunt 403
Build is green https://ci.nasqueron.org/job/test-notifications-phab/4/ for more details.
Build has FAILED
Jan 9 2016
Rebased.