File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44 "words" : [
55 " php" ,
66 " gitattributes" ,
7+ " gitattribute" ,
78 " analyser" ,
89 " analyse" ,
910 " windowsish" ,
2627 " gitignored" ,
2728 " str" ,
2829 " postfix" ,
29- " autoconfiguration"
30+ " autoconfiguration" ,
31+ " lean" ,
32+ " unlean" ,
33+ " licenseless" ,
34+ " overwritable" ,
35+ " infoed" ,
36+ " stdin"
3037 ],
3138 "paths" : []
3239 }
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public function removeArchiveRemovesArchive(): void
110110 }
111111
112112 #[Test]
113- public function removeArchiveRemovesArchiveReturnsFalseOnNonExtistentFile (): void
113+ public function removeArchiveRemovesArchiveReturnsFalseOnNonExistentFile (): void
114114 {
115115 $ removed = (new Archive ($ this ->temporaryDirectory , 'archive-nonexistent ' ))
116116 ->removeArchive ();
Original file line number Diff line number Diff line change @@ -1336,7 +1336,7 @@ public function impossibilityToResolveExpectedGitattributesFileContentIsInfoed()
13361336 }
13371337
13381338 #[Test]
1339- public function invalidDirectoryAgumentReturnsExpectedStatusCode (): void
1339+ public function invalidDirectoryArgumentReturnsExpectedStatusCode (): void
13401340 {
13411341 $ nonExistentDirectoryOrFile = WORKING_DIRECTORY
13421342 . DIRECTORY_SEPARATOR
You can’t perform that action at this time.
0 commit comments