Skip to content

Commit

Permalink
Fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lightswitch05 committed Aug 29, 2019
1 parent d4a95f6 commit 078535a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,5 +4,5 @@ before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
php:
- 5.3
- 5.4
script: phpunit
3 changes: 2 additions & 1 deletion tests/Psecio/Versionscan/CheckFormatTest.php
Expand Up @@ -14,8 +14,9 @@ protected function setUp()

public function testEverythingIsUnderTheChecksKey()
{
$this->assertCount(1, $this->checks);
$this->assertCount(2, $this->checks);
$this->assertArrayHasKey('checks', $this->checks);
$this->assertArrayHasKey('updatedAt', $this->checks);
}

public function testStructureOfEachEntry()
Expand Down

0 comments on commit 078535a

Please sign in to comment.