The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Graphical Logging in PHPUnit 3

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
Graphical Logging in PHPUnit 3 Posted: Feb 2, 2006 1:53 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: Graphical Logging in PHPUnit 3
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement


Another new feature of the next version of PHPUnit is the ability to generate a graphical visualization of the test execution using GraphViz.

This graph, for example, shows the graphical visualization for the execution of the tests declared in the MoneyTest sample that comes with PHPUnit.

For the purposes of this example, the MoneyTest code was changed so that the testSimpleSubstract test fails. As you can see in the graph, this results in the test's node being drawn red. This propagates to the next level in test hierarchy, which in this case is the MoneyTest test suite.

Read: Graphical Logging in PHPUnit 3

Topic: Dish Network and LifeTime, BF4E Previous Topic   Next Topic Topic: eZ publish conference 2006

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use