This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Finder/Tests
Fabien Potencier 3263fe17bb merged branch gajdaw/finder_unified_tests (PR #7197)
This PR was merged into the 2.2 branch.

Commits
-------

a59e5e4 [Finder] Unified tests

Discussion
----------

[Finder] Unified tests

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Tests for `Finder` are very difficult to read because they contain calls to:

    sys_get_temp_dir() . '/symfony2_finder/'

This improved version simplifies adding and removing new dirs and files.
2013-03-06 20:43:20 +01:00
..
Comparator [Finder][Comparator] not equal operator 2012-04-18 13:59:47 +02:00
Expression [2.2] [WIP] [Finder] Adding native finders implementations 2012-10-04 15:06:11 +02:00
FakeAdapter [Finder] cleanup, fixes, improvements 2012-12-10 14:52:39 +01:00
Fixtures [Component][Finder] ->path(), ->notPath() methods (with basic tests) 2012-10-29 18:19:41 +01:00
Iterator [Finder] Unified tests 2013-02-27 08:42:56 +01:00
FinderTest.php merged branch gajdaw/finder_unified_tests (PR #7197) 2013-03-06 20:43:20 +01:00