Skip to content

Commit

Permalink
Add PHPUnit icon (#1053)
Browse files Browse the repository at this point in the history
* Add PHPUnit icon

* Update size of phpunit icon (References #997)

* Add phpunit-watcher config associations

* Update PHPUnit icon with material color (#1053)

* Remove duplicate Robots.txt entry

* Add .phpunit.result.cache association

* Format fileIcons.ts using Prettier
  • Loading branch information
SNDST00M: M.U.N.I.N committed Jul 9, 2021
1 parent f0b4dba commit 24cb253
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions icons/phpunit.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions src/icons/fileIcons.ts
Expand Up @@ -1491,6 +1491,17 @@ export const fileIcons: FileIcons = {
{ name: 'chess', fileExtensions: ['pgn', 'fen'], light: true },
{ name: 'gemini', fileExtensions: ['gmi', 'gemini'] },
{ name: 'sentry', fileNames: ['.sentryclirc'] },
{
name: 'phpunit',
fileNames: [
'.phpunit.result.cache',
'.phpunit-watcher.yml',
'phpunit.xml',
'phpunit.xml.dist',
'phpunit-watcher.yml',
'phpunit-watcher.yml.dist',
],
},
{
name: 'php-cs-fixer',
fileNames: [
Expand All @@ -1505,11 +1516,7 @@ export const fileIcons: FileIcons = {
{ name: 'robots', fileNames: ['robots.txt'] },
{
name: 'tsconfig',
fileNames: [
'tsconfig.json',
'tsconfig.base.json',
'tsconfig.build.json'
],
fileNames: ['tsconfig.json', 'tsconfig.base.json', 'tsconfig.build.json'],
fileExtensions: ['tsconfig.json'],
},
{
Expand Down

0 comments on commit 24cb253

Please sign in to comment.