You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Panthère is very easy to use, because it implements the popular Symfony's [Brow
11
11
[DomCrawler](https://symfony.com/doc/current/components/dom_crawler.html) APIs, , and contains
12
12
all features you need to test your apps. It will sound familiar if you have ever created [a functional test for a Symfony app](https://symfony.com/doc/current/testing.html#functional-tests):
13
13
as the API is exactly the same!
14
-
Keep in mind that Panthère doesn't depend of Symfony, it's a standalone library.
14
+
Keep in mind that Panthère can be used in every PHP project, it's a standalone library.
15
15
16
16
Panthère automatically finds your local installation of Chrome and launches it (thanks to [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)),
17
17
so you don't need to install anything on your computer, neither Selenium server nor obscure driver.
0 commit comments