8 Commits (b3cbfea36e9de7e275710475eb15e703c5345fd5)

Author SHA1 Message Date
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 6 years ago
Christophe Coevoet d5810c8a36 Fix namespace for tests for consistency 8 years ago
Franz Liedke f47c2c9ed7 Add test case for RepositoryManager::prependRepository method 8 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