~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to tests/integration/DisplayTest.php

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2017-02-23 11:57:51 UTC
  • mfrom: (551.3.19)
  • Revision ID: git-v1:3dd6e41bcc903d9c60a0023623a01142526950c2
Merge pull request #236 from PeterMis/feature/test-suite-2

Feature/test suite 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
            $this->fail('Display was not added correctly');
145
145
        /** @var XiboDisplay $display */
146
146
        $display = $displays[0];
147
 
        # Check if xmr channerl and pubkey were registered correctly
 
147
        # Check if xmr channel and pubkey were registered correctly
148
148
        $this->assertSame($xmrChannel, $display->xmrChannel, 'XMR Channel not set correctly by XMDS Register Display');
149
149
        $this->assertSame($xmrPubkey, $display->xmrPubKey, 'XMR PubKey not set correctly by XMDS Register Display');
150
150
        # Call request screenshot