25 Commits (6fdd9494efa2d5d638db1be6cb669668ced4fa4f)

Author SHA1 Message Date
Jordi Boggiano 6a466a120a
Enable strict types on all files 3 years ago
Jordi Boggiano 6da38f83a0
Add parameter types to all the things 3 years ago
Alexander Schranz e9b60580f5
Add return types to tests (#10) 3 years ago
Jordi Boggiano abdc6893a6
Add void types where no return statement is present 3 years ago
Jordi Boggiano 96486d81cb
Fix many PHPStan issues and update baseline 3 years ago
Jordi Boggiano 6ed3aeb343
Remove setExpectedException wrapper 3 years ago
Jordi Boggiano ffd62795bc
Get rid of all the ->at() mock invocations 3 years ago
Jordi Boggiano 2a771dfb2d
Update PHPUnit to 8.5 3 years ago
Martin Herndl d51c7685da
Add types to `Repository` tests (#10227) 3 years ago
Jordi Boggiano b232ee6663
Fix test 3 years ago
Jordi Boggiano 4940009f83
Bump phpstan to level 3 (#9734)
Clean up PackageInterface/CompletePackageInterface, add missing methods, type things in solver as BasePackage, added CompleteAliasPackage, ..
4 years ago
Jordi Boggiano 44a4429978
Remove PEAR installer/downloader/repos/..., fixes #8778 4 years ago
Jordi Boggiano b6bad4eef6
Add options to configure repository priorities 5 years ago
Jordi Boggiano 45ecbae8f5
Merge branch 'master' into 2.0 5 years ago
Ion Bazan 58b34d13e8 fix risky tests (without any assertion) 5 years ago
Jordi Boggiano f946d8eb5a More RemoteFilesystem usage removals and some repository/vcs driver refactorings 6 years ago
Jordi Boggiano 713bc4de1d Minor fixes and updated the rest of the code/tests to use HttpDownloader 6 years ago
Gabriel Caruso 2a13bb2649 Fixes from PHPStan (#7687)
* fix docblocks

* remove redundant conditional

* fix wrong variable name

* fix wrong namespaces

* add missing private members

* remove unused/redundant arguments

* move testcase class

* exclude TestCase.php

* Tweak RuleWatchGraph type hints

* Tweak doc comment
6 years ago
Jordi Boggiano 066351c5b9 Remove use of deprecated getMock method 7 years ago
Christophe Coevoet d5810c8a36 Fix namespace for tests for consistency 8 years ago
Franz Liedke f47c2c9ed7 Add test case for RepositoryManager::prependRepository method 9 years ago
Rob Bast 4600deac68 fix #4925 9 years ago
Rob Bast f829a160fb use a proper tmp directory
this test failed on OSX before, trying to create a directory at the root of the filesystem
9 years ago
Steve Buzonas 484c04b5e5 update repository manager tests to use data provider and test for exception case 10 years ago
Jordi Boggiano 5156a60216 Add test for RepositoryManager repo creation 11 years ago