Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Merge requests
!16
Resolve "Introduce PSR-4 autoloading"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Introduce PSR-4 autoloading"
12-introduce-psr-4-autoloading
into
master
Overview
0
Commits
21
Pipelines
0
Changes
19
Merged
Stein Magne Bjorklund
requested to merge
12-introduce-psr-4-autoloading
into
master
3 years ago
Overview
0
Commits
21
Pipelines
0
Changes
1
Expand
Closes #12
Edited
3 years ago
by
Stein Magne Bjorklund
0
0
Merge request reports
Compare
version 10
version 13
906a7854
3 years ago
version 12
61a285ff
3 years ago
version 11
a0860532
3 years ago
version 10
b29ce011
3 years ago
version 9
a9b430ef
3 years ago
version 8
9e51c7fb
3 years ago
version 7
93e6f476
3 years ago
version 6
aff054fd
3 years ago
version 5
56fd61f8
3 years ago
version 4
9ac99112
3 years ago
version 3
5ddb46d9
3 years ago
version 2
2654fc43
3 years ago
version 1
a9600454
3 years ago
master (base)
and
version 11
latest version
7eed97c0
21 commits,
3 years ago
version 13
906a7854
21 commits,
3 years ago
version 12
61a285ff
19 commits,
3 years ago
version 11
a0860532
18 commits,
3 years ago
version 10
b29ce011
17 commits,
3 years ago
version 9
a9b430ef
17 commits,
3 years ago
version 8
9e51c7fb
16 commits,
3 years ago
version 7
93e6f476
15 commits,
3 years ago
version 6
aff054fd
14 commits,
3 years ago
version 5
56fd61f8
8 commits,
3 years ago
version 4
9ac99112
7 commits,
3 years ago
version 3
5ddb46d9
6 commits,
3 years ago
version 2
2654fc43
5 commits,
3 years ago
version 1
a9600454
3 commits,
3 years ago
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/UtilsTest.php
+
3
−
3
Options
@@ -115,7 +115,7 @@ final class UtilsTest extends TestCase
'media-type'
=>
''
,
],
'Plain text'
=>
[
'expected'
=>
'
html
'
,
'expected'
=>
'
nt
'
,
'media-type'
=>
'text/plain'
,
],
'CSS request'
=>
[
@@ -127,11 +127,11 @@ final class UtilsTest extends TestCase
'media-type'
=>
'application/json'
,
],
'Illegal JSON'
=>
[
'expected'
=>
'
json
'
,
'expected'
=>
'
html
'
,
'media-type'
=>
'application/jsons'
,
],
'Image jpeg'
=>
[
'expected'
=>
'
json
'
,
'expected'
=>
'
html
'
,
'media-type'
=>
'image/jpeg'
,
],
];
Loading