Skip to content

Commit

Permalink
Ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Oct 9, 2017
1 parent ff56ab8 commit 9383a0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ composer.lock
.DS_Store
.idea
/node_modules
/coverage
22 changes: 0 additions & 22 deletions tests/CacheTest.php

This file was deleted.

11 changes: 11 additions & 0 deletions tests/DashboardTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace PragmaRX\TestsWatcher\Tests;

class CacheTest extends TestCase
{
public function setUp()
{
parent::setup();
}
}

0 comments on commit 9383a0b

Please sign in to comment.