.../ImageStyle/ImageStyleXmlAnonTest.php | 34 +++++++++++++++++ .../ImageStyle/ImageStyleXmlBasicAuthTest.php | 44 ++++++++++++++++++++++ .../ImageStyle/ImageStyleXmlCookieTest.php | 39 +++++++++++++++++++ 3 files changed, 117 insertions(+) diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlAnonTest.php b/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlAnonTest.php new file mode 100644 index 0000000..1714c27 --- /dev/null +++ b/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlAnonTest.php @@ -0,0 +1,34 @@ +markTestSkipped(); + } + +} diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlBasicAuthTest.php b/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlBasicAuthTest.php new file mode 100644 index 0000000..54febc6 --- /dev/null +++ b/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlBasicAuthTest.php @@ -0,0 +1,44 @@ +markTestSkipped(); + } + +} diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlCookieTest.php b/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlCookieTest.php new file mode 100644 index 0000000..5cbb29a --- /dev/null +++ b/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlCookieTest.php @@ -0,0 +1,39 @@ +markTestSkipped(); + } + +}