Nicolas Grekas
|
3dc279cf66
|
Stop relying on OS to find executables on Windows, and migrate most Process calls to array syntax (#12180)
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
|
2024-11-06 13:49:06 +01:00 |
Jordi Boggiano
|
37d722e73c
|
PHPStan/tests updates (#11996)
* Remove a bunch of inline ignores and migrate all PHPUnit assertions to static calls
* Update baseline (1573, 93)
* Update commit hash
|
2024-05-29 23:12:06 +02:00 |
Ion Bazan
|
8ff237afb6
|
[Tests] Use static data providers (#11197)
|
2022-11-24 14:39:08 +01:00 |
Jordi Boggiano
|
131da999ac
|
Fix CS (#11003)
|
2022-08-17 14:20:07 +02:00 |
Jordi Boggiano
|
6a466a120a
|
Enable strict types on all files
|
2022-02-24 13:24:34 +01:00 |
Jordi Boggiano
|
6da38f83a0
|
Add parameter types to all the things
|
2022-02-22 16:48:53 +01:00 |
Alexander Schranz
|
e9b60580f5
|
Add return types to tests (#10)
|
2022-02-21 13:42:28 +01:00 |
Jordi Boggiano
|
abdc6893a6
|
Add void types where no return statement is present
|
2022-02-18 10:38:54 +01:00 |
Martin Herndl
|
96370657b8
|
Fix phpstan return type in `SvnTest::urlProvider` (#10233)
|
2021-10-28 10:00:25 +02:00 |
John Stevenson
|
0783b043d2
|
Fix Windows escaping in tests
|
2021-10-10 17:02:22 +01:00 |
John Stevenson
|
8f974fe741
|
Improve Windows escaping
|
2021-10-10 16:24:49 +01:00 |
Jordi Boggiano
|
ca5e2f8d50
|
Fix escaping issues on Windows which could lead to command injection, fixes GHSA-frqg-7g38-6gcf
|
2021-10-05 09:39:50 +02:00 |
Jordi Boggiano
|
083b73515d
|
Merge pull request from GHSA-h5h8-pc6h-jvvx
* Fix external process calls to avoid user input being able to pass extra parameters
* Tweak some fixes
|
2021-04-27 13:00:40 +02:00 |
Ion Bazan
|
a2137d5263
|
use Symfony PHPUnit Bridge
|
2020-02-07 12:22:22 +08:00 |
Gabriel Caruso
|
afc9a7643e
|
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
|
2017-11-30 13:44:43 -02:00 |
Niels Keurentjes
|
0dab63e050
|
Unified all Windows tests throughout the code.
|
2016-02-03 22:39:16 +01:00 |
Rob Bast
|
b523fc0b7b
|
ran fixers
|
2015-10-13 11:35:51 +02:00 |
Jordi Boggiano
|
ce08582671
|
Fix CS
|
2015-09-28 10:53:24 +01:00 |
Bastian Hofmann
|
204fc207fa
|
Moved config option to not save subversion credentials to repository configuration, added documentation.
|
2014-09-16 15:16:55 +02:00 |
Bastian Hofmann
|
0d0ed59e5c
|
Codestyle fix
|
2014-09-15 13:21:33 +02:00 |
Bastian Hofmann
|
b132e4eae0
|
Added cacheCredentials config flag for saved SVN credentials to control the --no-auth-cache flag
Example config:
{
"http-basic": {
"svn.example.com": {
"username": "user",
"password": "password",
"cacheCredentials": false
}
}
}
|
2014-09-11 11:48:24 +02:00 |
Jordi Boggiano
|
08e34858d6
|
Fix code to use hostname only, refs #3026
|
2014-06-05 11:14:29 +02:00 |
Benjamin Grandfond
|
a21b0f82db
|
Allow SVN to connect with credentials provided with the auth.json file
|
2014-05-30 17:14:43 +02:00 |
Jordi Boggiano
|
b4c2347b24
|
Test fixes
|
2013-02-20 16:50:26 +01:00 |
Grégoire Pineau
|
f4e9dd4fb8
|
Fixed PSR rules
|
2012-06-14 12:10:01 +02:00 |
till
|
8eb9584173
|
* move tests from Composer\Test\Vcs\SvnDriverTest to this class
|
2012-03-22 17:16:41 +01:00 |