From 8c30dccc451beeeb74993bdd5ecdf405acdc6062 Mon Sep 17 00:00:00 2001 From: knut <> Date: Tue, 12 Jun 2007 08:58:24 +0000 Subject: added stubs for TClientScriptManagerTest --- .gitattributes | 1 + tests/unit/Web/UI/TClientScriptManagerTest.php | 148 +++++++++++++++++++++++++ 2 files changed, 149 insertions(+) create mode 100644 tests/unit/Web/UI/TClientScriptManagerTest.php diff --git a/.gitattributes b/.gitattributes index bceb669f..da462222 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2982,6 +2982,7 @@ tests/unit/Web/TUriTest.php -text tests/unit/Web/UI/ActiveControls/AllTests.php -text tests/unit/Web/UI/ActiveControls/TActiveHiddenFieldTest.php -text tests/unit/Web/UI/AllTests.php -text +tests/unit/Web/UI/TClientScriptManagerTest.php -text tests/unit/Web/UI/TControlAdapterTest.php -text tests/unit/Web/UI/TControlTest.php -text tests/unit/Web/UI/TFormTest.php -text diff --git a/tests/unit/Web/UI/TClientScriptManagerTest.php b/tests/unit/Web/UI/TClientScriptManagerTest.php new file mode 100644 index 00000000..4c41c69b --- /dev/null +++ b/tests/unit/Web/UI/TClientScriptManagerTest.php @@ -0,0 +1,148 @@ + \ No newline at end of file -- cgit v1.2.3