PWalkow
PWalkow
As in #221 , enabling both monolog and extension leads to `MissingExtensionException` in `NewRelicHandler` on a LoggerInterface call. Minimum configuration: ``` ### ekino_new_relic.yaml ekino_new_relic: enabled: true exceptions: true deprecations: true...
Official documentation says it is possible to use mongodb as connection `$this->loadFixtures($fixtures, null, 'doctrine_mongodb');` but when tried we see: `Liip\FunctionalTestBundle\Test\WebTestCase::cleanDatabase() must be an instance of Doctrine\ORM\EntityManager, instance of Doctrine\ODM\MongoDB\DocumentManager given`...
Hi, As currently `PHPHtmlParser\DOM` itself has the `__toString()` method and it is the only access to gather the content after processing it, can we add it to the publicly visible...