Cache flushed successfully!
- -EOB; - $this->assertSame( $this->format_the_html( $expected ), $this->format_the_html( $actual ) ); - } -} diff --git a/tests/phpunit/integration/api/compiler/beans-compiler/addContentMediaQuery.php b/tests/phpunit/integration/api/compiler/beans-compiler/addContentMediaQuery.php deleted file mode 100644 index 085359ea..00000000 --- a/tests/phpunit/integration/api/compiler/beans-compiler/addContentMediaQuery.php +++ /dev/null @@ -1,108 +0,0 @@ -set_current_fragment( $compiler, [ $this, __METHOD__ ] ); - $this->assertSame( $css, $compiler->add_content_media_query( $css ) ); - } - - /** - * Test _Beans_Compiler::add_content_media_query() should return original content when there are no query args. - */ - public function test_should_return_content_when_no_query_args() { - $compiler = new _Beans_Compiler( [] ); - $css = <<