Changeset 362 for trunk/tests


Ignore:
Timestamp:
Nov 5, 2009 5:16:40 PM (15 years ago)
Author:
quinn
Message:

Added a GPL license info header to all source files. Updated license to GPL v3.

Location:
trunk/tests
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/AppTest.php

    r154 r362  
    11<?php
    22/**
    3  * PHPUnit test case for App
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/App.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/Auth_FileTest.php

    r154 r362  
    11<?php
    22/**
    3  * PHPUnit test case for Auth_File
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/Auth_File.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/Auth_SQLTest.php

    r357 r362  
    11<?php
    22/**
    3  * PHPUnit test case for Auth_SQL
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/Auth_SQL.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/AuthorizeNetTest.php

    r42 r362  
    11<?php
    22/**
    3  * PHPUnit test case for AuthorizeNet
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/AuthorizeNet.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
     
    3556            'x_exp_date' => '042008',
    3657            'x_invoice_num' => '100',
    37             'x_address' => '10 rue levouvŽ',
     58            'x_address' => '10 rue levouvé',
    3859            'x_city' => 'somecity',
    3960            'x_state' => 'ca',
  • trunk/tests/CSSTest.php

    r42 r362  
    11<?php
    22/**
    3  * PHPUnit test case for CSS
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/CSS.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/CacheTest.php

    r137 r362  
    44
    55/**
    6  * PHPUnit test case for Cache
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/Cache.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/DBSessionHandlerTest.php

    r136 r362  
    11<?php
    22/**
    3  * PHPUnit test case for DBSessionHandler
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/DBSessionHandler.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/EmailTest.php

    r154 r362  
    11<?php
    22/**
    3  * PHPUnit test case for Email
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/Email.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/FormValidatorTest.php

    r169 r362  
    11<?php
    22/**
    3  * PHPUnit test case for FormValidator
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/FormValidator.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/Google_APITest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for GoogleAPI
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/GoogleAPI.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/HierarchyTest.php

    r88 r362  
    44
    55/**
    6  * PHPUnit test case for Hierarchy
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/Hierarchy.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/ImageThumbTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for ImageThumb
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/ImageThumb.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/LockTest.php

    r357 r362  
    11<?php
    22/**
    3  * PHPUnit test case for Lock
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/Lock.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/MCVETest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for MCVE
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/MCVE.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/NavTest.php

    r202 r362  
    44
    55/**
    6  * PHPUnit test case for Navigation
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/Navigation.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/PEditTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for PEdit
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/PEdit.inc.php
    728 *
    829 * T\he method skeletons below need to be filled in with
  • trunk/tests/PageNumbersTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for PageNumbers
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/PageNumbers.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/PageSequenceTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for PageSequence
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/PageSequence.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/PayPalTest.php

    r42 r362  
    11<?php
    22/**
    3  * PHPUnit test case for PayPal
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/PayPal.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/PrefsTest.php

    r149 r362  
    44
    55/**
    6  * PHPUnit test case for Prefs
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/Prefs.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/ScriptTimerTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for ScriptTimer
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/ScriptTimer.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/SortOrderTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for SortOrder
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/SortOrder.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/SpellCheckTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for SpellCheck
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/SpellCheck.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/TemplateGlueTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for TemplateGlue
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/TemplateGlue.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/UploadTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for Upload
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/Upload.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/UtilitiesTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for Utilities
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/Utilities.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
  • trunk/tests/VersionTest.php

    r357 r362  
    11<?php
    22/**
    3  * PHPUnit test case for Version
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
     24 * PHPUnit test case for codebase/lib/Version.inc.php
    425 *
    526 * The method skeletons below need to be filled in with
  • trunk/tests/_config.inc.php

    r136 r362  
    11<?php
     2/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/*
     24* Configuration for unit tests.
     25*
     26* @author   Quinn Comendant <quinn@strangecode.com>
     27* @version  1.0
     28*/
    229require_once '../lib/App.inc.php';
    330$app =& App::getInstance('testapp');
  • trunk/tests/_skel.php

    r42 r362  
    22<?php
    33/**
    4  * Creates new test case file from specified class file.
     4 * The Strangecode Codebase - a general application development framework for PHP
     5 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     6 * Copyright 2001-2009 Strangecode Internet Consultancy
     7 *
     8 * This file is part of The Strangecode Codebase.
    59 *
    6  * @access  public
    7  * @param   Only argument is path to file containing class.
    8  * @author  Quinn Comendant <quinn@strangecode.com>
    9  * @since   01 Dec 2005 13:56:09
     10 * The Strangecode Codebase is free software: you can redistribute it and/or
     11 * modify it under the terms of the GNU General Public License as published by the
     12 * Free Software Foundation, either version 3 of the License, or (at your option)
     13 * any later version.
     14 *
     15 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     16 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     18 * details.
     19 *
     20 * You should have received a copy of the GNU General Public License along with
     21 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
    1022 */
     23
     24/*
     25* Creates new test case file from specified class file.
     26*
     27* @access  public
     28* @param   Only argument is path to file containing class.
     29* @author  Quinn Comendant <quinn@strangecode.com>
     30* @since   01 Dec 2005 13:56:09
     31*/
    1132require_once 'PHPUnit/Skeleton.php';
    1233
Note: See TracChangeset for help on using the changeset viewer.