diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/README.markdown b/README.markdown index e43e0ca..b51ad2b 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ <meta content="authenticity_token" name="csrf-param" /> -<meta content="mZDiC48jghul0hyB6ymLLJii5HG0uyC107YAvlojuPk=" name="csrf-token" /> +<meta content="7wCfmyw6nR4MhUN2F0cT+aReuh/q9cESnjAnXWHVAKQ=" name="csrf-token" /> <link href="https://a248.e.akamai.net/assets.github.com/stylesheets/bundles/github-c4b3a1e3484da7dab93ea4f6caca07a0168ffa77.css" media="screen" rel="stylesheet" type="text/css" /> <link href="https://a248.e.akamai.net/assets.github.com/stylesheets/bundles/github2-34d96ae148c427d3106177152ac475d7df36c780.css" media="screen" rel="stylesheet" type="text/css" /> @@ -29,7 +29,7 @@ <meta property="og:title" content="mockery"/> <meta property="og:type" content="githubog:gitrepository"/> <meta property="og:url" content="https://github.com/padraic/mockery"/> - <meta property="og:image" content="https://a248.e.akamai.net/assets.github.com/images/gravatars/gravatar-140.png?1329275856"/> + <meta property="og:image" content="https://a248.e.akamai.net/assets.github.com/images/gravatars/gravatar-140.png?1329275985"/> <meta property="og:site_name" content="GitHub"/> <meta property="og:description" content="mockery - Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending. "/> @@ -48,11 +48,11 @@ <div class="container clearfix"> <a class="site-logo" href="https://github.com"> <!--[if IE]> - <img alt="GitHub" class="github-logo" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7.png?1323882716" /> - <img alt="GitHub" class="github-logo-hover" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7-hover.png?1324325358" /> + <img alt="GitHub" class="github-logo" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7.png?1323882804" /> + <img alt="GitHub" class="github-logo-hover" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7-hover.png?1324325453" /> <![endif]--> - <img alt="GitHub" class="github-logo-4x" height="30" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7@4x.png?1323882716" /> - <img alt="GitHub" class="github-logo-4x-hover" height="30" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7@4x-hover.png?1324325358" /> + <img alt="GitHub" class="github-logo-4x" height="30" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7@4x.png?1323882804" /> + <img alt="GitHub" class="github-logo-4x-hover" height="30" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7@4x-hover.png?1324325453" /> </a> <!-- @@ -1530,7 +1530,7 @@ class DbTest extends PHPUnit_Framework_TestCase </div> <div class="frame frame-loading large-loading-area" style="display:none;" data-tree-list-url="/padraic/mockery/tree-list/2c5e3244b72d268d8c70935fcceb39b3d84d57db" data-blob-url-prefix="/padraic/mockery/blob/2c5e3244b72d268d8c70935fcceb39b3d84d57db"> - <img src="https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-64.gif?1329872007" height="64" width="64"> + <img src="https://a248.e.akamai.net/assets.github.com/images/spinners/octocat-spinner-64.gif?1329872008" height="64" width="64"> </div> </div> @@ -1595,12 +1595,12 @@ class DbTest extends PHPUnit_Framework_TestCase <li><a href="https://github.com/security">Security</a></li> </ul> - <p>© 2012 <span title="0.04158s from fe9.rs.github.com">GitHub</span> Inc. All rights reserved.</p> + <p>© 2012 <span title="0.04528s from fe4.rs.github.com">GitHub</span> Inc. All rights reserved.</p> </div><!-- /#legal or /#legal_ie--> <div class="sponsor"> <a href="http://www.rackspace.com" class="logo"> - <img alt="Dedicated Server" height="36" src="https://a248.e.akamai.net/assets.github.com/images/modules/footer/rackspaces_logo.png?1329521039" width="38" /> + <img alt="Dedicated Server" height="36" src="https://a248.e.akamai.net/assets.github.com/images/modules/footer/rackspaces_logo.png?1329521040" width="38" /> </a> Powered by the <a href="http://www.rackspace.com ">Dedicated Servers</a> and<br/> <a href="http://www.rackspacecloud.com">Cloud @@ -1933,7 +1933,7 @@ I think you should use an - <span id='server_response_time' data-time='0.04276' data-host='fe9'></span> + <span id='server_response_time' data-time='0.04650' data-host='fe4'></span> </body> </html> |