Trac
  • Login
  • Help/Guide
  • About Trac
  • Register
  • Forgot your password?
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 26)

1 2 3 →
#1038: enhancement: assertType and user-defined classes/interfaces (closed: fixed)
... ntroduce {{{assertInstanceof($interfaceName)}}} or {{{assertImplements($interfaceName)}}}.
By rwilczek — 04/13/2010 12:31:56 PM
WikiFormatting: = WikiFormatting = [[TracGuideToc]] Wiki markup is a core feature in ...
... This wiki engine implements an ever growing subset of the commands from other popular Wikis, especially [http://moinmoin.wikiwikiweb.de/ MoinMoin]. This page demonstrates the formatting syntax available anywhere WikiFormatting is allowed. == Font Style ...
By trac — 12/09/2009 10:41:38 PM
TracStandalone: = Tracd = Tracd is a lightweight standalone Trac web server. In most ...
... `-r, --auto-reload` == Cons == * Fewer features: Tracd implements a very simple web-server and is not as configurable or as scalable as Apache HTTPD. * No native HTTPS support: [http://www.rickk.com/sslwrap/ sslwrap] can be used instead, or [http://trac.edgewall.org/wiki/STunnelTracd stunne ...
By trac — 12/09/2009 10:41:37 PM
TracSyntaxColoring: = Syntax Coloring of Source Code = Trac supports language-specific syntax ...
... Scintilla supports more languages than !SilverCity implements. If you want to add a language to !SilverCity supported by Scintilla, it's not very difficult. See [http://trac.edgewall.org/wiki/SilverCityAddLanguage SilverCityAddLanguage] for some information how. === About Pygments === Sta ...
By trac — 12/09/2009 10:41:37 PM
#953: defect: ticketInfo in PHPUnit_Extensions_TicketListener->endTest is never been set (closed: fixed)
I am currently playing around with the ticket listener extension and when running the added listener against an {{{@ticket}}} annotated test method, I get the following error/notice: {{{ PHP Notice: Undefined variable: ticketInfo in /o ...
By rstolt — 11/28/2009 12:32:50 PM
#930: defect: In 3.3 Mocking messes up, only on some machines tho? (closed: invalid)
... @package Shuffler_Collection */ class Shuffler_Collection implements IteratorAggregate, Shuffler_Model_IdObserver { protected $position = 0; protected $models = array(); protected $modelIds = array(); /** * Set an array of objects in the constructor * * @ ...
By jshpro2 — 11/09/2009 02:43:49 PM
#909: defect: Stubbing a web service with getMockFromWsdl throws a fatal error. (closed: fixed)
... eval(''class GoogleSearch extends SOAPClient implements PHPUnit_Framework_MockObject_MockObject\n{\n public function __construct($wsdl, array $options)\n {\n parent::__construct(\'/var/www/trunk/portal2/tests/wsdl/googleSearch.wsdl\');\n }\n\n public function doGetC ...
By lpopov — 10/15/2009 03:14:16 PM
#820: defect: Multiple calls on same method with different parameters does not work (closed: later)
... class DefaultMessageBoardService implements MessageBoardService{ public function getLatestThreads($forumId, $count){ $threadIds = $this->messageBoardDao->getLatestThreadIds($forumId, $count); $threads = array(); foreach($threadIds as $threadId){ a ...
By raghavan20@… — 07/16/2009 10:31:17 AM
#711: defect: Mocking a constructor with type hint (closed: worksforme)
Hi! When mocking an interface which has a constructor described, the phpunit works fine until one of the parameter is not TypeHinted. {{{ interface Test { public function __construct($a, $b); } }}} works fine. But! {{{ in ...
By meza — 02/17/2009 06:17:20 PM
572.patch (Ticket #572)
Patch that implements the requested layout change.
By sb — 10/09/2008 09:06:00 PM
1 2 3 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 0.11.7
By Edgewall Software.

PHPUnit is Copyright (C) 2002 - 2009 by Sebastian Bergmann.