public
Description: A series of mock functions to simulate WordPress for use with a unit testing framework.
Homepage: http://www.coswellproductions.com/mockpress/
Clone URL: git://github.com/johnbintz/mockpress.git
name age message
file .gitignore Sat Nov 07 07:40:55 -0800 2009 clean up some warnings [John Bintz]
file README Sun Oct 18 10:05:26 -0700 2009 update readme w/ pear info [johnbintz]
directory includes/ Fri Nov 06 04:28:36 -0800 2009 add caching [johnbintz]
file mockpress.php Sat Nov 07 10:08:52 -0800 2009 trailingslashit [John Bintz]
file package.xml.dist Fri Nov 06 04:28:36 -0800 2009 add caching [johnbintz]
README
A series of mock functions to simulate WordPress for use with a unit testing framework.

PEAR module builds of MockPress are available at http://www.coswellproductions.com/mockpress/pear/.

To install or upgrade as a PEAR module:

pear upgrade -f http://www.coswellproductions.com/mockpress/pear/latest.tgz

To uninstall:

pear uninstall __uri/MockPress

Copyright (c) 2009 John Bintz

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.