Skip to content

Commit

Permalink
Update master to output generated at b869d9d
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Dec 18, 2022
1 parent f74e7f5 commit 7320e1f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 110 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.phpunit.cache
composer.lock
coverage
vendor
40 changes: 0 additions & 40 deletions coverage.xml

This file was deleted.

2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<directory suffix=".php">src/</directory>
</include>
<report>
<clover outputFile="coverage.xml"/>
<clover outputFile="coverage/clover.xml"/>
</report>
</coverage>
<testsuites>
Expand Down
69 changes: 0 additions & 69 deletions tests/Unit/AchievementsRepositoryTest.php

This file was deleted.

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

namespace Tests\Unit;

use PHPUnit\Framework\TestCase;

class ExampleTest extends TestCase
{
public function testIsTrue()
{
$this->assertEquals(true, true);
}
}

0 comments on commit 7320e1f

Please sign in to comment.