File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "allow-plugins" : {
1919 "composer/package-versions-deprecated" : true ,
20- "simplesamlphp/composer-module-installer" : true
20+ "simplesamlphp/composer-module-installer" : true ,
21+ "dealerdirect/phpcodesniffer-composer-installer" : true
2122 }
2223 },
2324 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3- <coverage processUncoveredFiles =" true" >
4- <include >
5- <directory suffix =" .php" >./src</directory >
6- </include >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3+ <coverage >
74 <report >
85 <clover outputFile =" build/logs/clover.xml" />
96 <html outputDirectory =" build/coverage" lowUpperBound =" 35" highLowerBound =" 70" />
1714 </testsuite >
1815 </testsuites >
1916 <logging />
17+ <source >
18+ <include >
19+ <directory suffix =" .php" >./src</directory >
20+ </include >
21+ </source >
2022</phpunit >
Original file line number Diff line number Diff line change 2323use function is_null ;
2424use function is_string ;
2525use function preg_split ;
26- use function strlower ;
2726
2827/**
2928 * The Negotiate module. Allows for password-less, secure login by Kerberos and Negotiate.
Original file line number Diff line number Diff line change 1010use SimpleSAML \Auth \State ;
1111use SimpleSAML \Configuration ;
1212use SimpleSAML \Error ;
13- use SimpleSAML \HTTP \RunnableResponse ;
1413use SimpleSAML \Logger ;
15- use SimpleSAML \Module ;
1614use SimpleSAML \Metadata \MetaDataStorageHandler ;
15+ use SimpleSAML \Module ;
1716use SimpleSAML \Module \negotiate \Controller ;
1817use SimpleSAML \Session ;
19- use SimpleSAML \XHTML \Template ;
2018use Symfony \Component \HttpFoundation \Request ;
21- use Symfony \Component \HttpFoundation \StreamedResponse ;
2219
2320/**
2421 * Set of tests for the controllers in the "negotiate" module.
You can’t perform that action at this time.
0 commit comments