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/DomCrawler
Christian Flothmann af9ec74edb Merge branch '3.0'
* 3.0: (24 commits)
  [Filesystem] Better error handling in remove()
  [DependencyInjection] Add coverage for invalid Expression in exportParameters
  [DependencyInjection] Add coverage for all invalid arguments in exportParameters
  anonymous services are always private
  [Form] FormValidator removed code related to removed  option
  [Console] Correct time formatting.
  [WebProfilerBundle] Fixed error from unset twig variable
  Force profiler toolbar svg display
  [DependencyInjection] Resolve aliases before removing abstract services + add tests
  Fix Dom Crawler select option with empty value
  Remove unnecessary option assignment
  fix tests (use non-deprecated options)
  remove unused variable
  mock the proper method
  [PropertyAccess] Fix regression
  [HttpFoundation] Improve phpdoc
  [Logging] Add support for firefox in ChromePhpHandler
  Windows 10 version check in just one line
  Detect CLI color support for Windows 10 build 10586
  [Security] Fixed SwitchUserListener when exiting an impersonication with AnonymousToken
  ...
2016-04-12 20:27:47 +02:00
..
Field Merge branch '2.3' into 2.7 2016-04-09 12:56:56 +02:00
Tests Merge branch '3.0' 2016-04-12 20:27:47 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractUriElement.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
CHANGELOG.md [Crawler] Remove a mention of an interface removed before a merge 2016-02-04 08:56:19 +00:00
composer.json updated version to 3.1 2015-11-30 22:39:17 +01:00
Crawler.php Merge branch '3.0' 2016-03-23 14:33:04 +01:00
Form.php Merge branch '2.3' into 2.7 2016-02-13 10:21:13 +01:00
FormFieldRegistry.php [DomCrawler] Throw an exception if a form field path is incomplete. 2015-05-19 09:01:33 +01:00
Image.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
Link.php [DomCrawler] Abstract URI logic and crawl images 2016-02-04 08:43:52 +00:00
phpunit.xml.dist [ci] SymfonyTestsListener is now auto-registered 2015-10-11 11:37:49 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

DomCrawler Component

The DomCrawler component eases DOM navigation for HTML and XML documents.

Resources