.../Shortcut/ShortcutXmlAnonTest.php | 26 ++++++++++++ .../Shortcut/ShortcutXmlBasicAuthTest.php | 36 +++++++++++++++++ .../Shortcut/ShortcutXmlCookieTest.php | 31 +++++++++++++++ .../EntityResource/Term/TermXmlAnonTest.php | 26 ++++++++++++ .../EntityResource/Term/TermXmlBasicAuthTest.php | 36 +++++++++++++++++ .../EntityResource/Term/TermXmlCookieTest.php | 31 +++++++++++++++ .../EntityResource/User/UserXmlAnonTest.php | 35 ++++++++++++++++ .../EntityResource/User/UserXmlBasicAuthTest.php | 46 ++++++++++++++++++++++ .../EntityResource/User/UserXmlCookieTest.php | 39 ++++++++++++++++++ 9 files changed, 306 insertions(+) diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlAnonTest.php b/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlAnonTest.php new file mode 100644 index 0000000..5929d32 --- /dev/null +++ b/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlAnonTest.php @@ -0,0 +1,26 @@ +markTestSkipped(); + } + +} diff --git a/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php b/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php new file mode 100644 index 0000000..9a73bf6 --- /dev/null +++ b/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php @@ -0,0 +1,46 @@ +markTestSkipped(); + } + +} diff --git a/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php b/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php new file mode 100644 index 0000000..d1ef16e --- /dev/null +++ b/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php @@ -0,0 +1,39 @@ +markTestSkipped(); + } + +}