Commit be061dc5 authored by catch's avatar catch
Browse files

Issue #2867871 by kyvour, neclimdul, ranjith_kumar_k_u: Use of Symfony...

Issue #2867871 by kyvour, neclimdul, ranjith_kumar_k_u: Use of Symfony Expression Language "Expression" in OptimizedPhpArrayDumperTest doesn't match library

(cherry picked from commit 3f8d0bd2)
parent ddd02d34
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -559,7 +559,7 @@ public function testGetServiceDefinitionForDecoratedService() {
     * @covers ::dumpValue
     */
    public function testGetServiceDefinitionForExpression() {
      $expression = new Expression();
      $expression = new Expression('');

      $bar_definition = new Definition('\stdClass');
      $bar_definition->setPublic(TRUE);
@@ -713,6 +713,9 @@ protected function getRaw($value) {
     */
    class Expression {

      public function __construct($expression) {
      }

      /**
       * Gets the string representation of the expression.
       */