Skip to content

Commit

Permalink
Merge pull request #9 from NaokiTsuchiya/add-.gitattributes
Browse files Browse the repository at this point in the history
Add .gitattributes
  • Loading branch information
koriym authored Oct 19, 2022
2 parents 8be4ec1 + a4cafc8 commit 054de5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.github export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore

# Configure diff output for .php and .phar files.
*.php diff=php
*.phar -diff
4 changes: 0 additions & 4 deletions tests/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ public function testResolvedByIlluminateWhenNonClassStringGiven(): void

$this->assertInstanceOf(IlluminateGreeting::class, $greeting);
}

/**
* @requires extension apcu
*/
public function testCacheableContext(): void
{
$app = $this->createApplication(FakeCacheableContext::class);
Expand Down

0 comments on commit 054de5b

Please sign in to comment.