clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Test against graphviz #16

Open clemens-tolboom opened 10 years ago

clemens-tolboom commented 10 years ago

In https://github.com/clue/graph/pull/96/files graphviz is added to .travis like

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq graphviz

From the documentation on http://www.graphviz.org/content/node-shapes#html

NOTE:This feature is only available on versions of Graphviz that are newer than mid-November 2003. In particular, it is not part of release 1.10.

NOTE:The font markups for bold, italic, underlining, subscript and superscript (<B>, <I>, <U>, <SUB> and <SUP>) are only available in versions after 14 October 2011, and the markup for strike-through (<S>) requires versions later than 15 September 2013. In addition, all of these markups are currently only available via the cairo and svg renderers. The horizontal and vertical rules (<HR> and <VR>) are only available in versions later than 8 July 2011. 
clemens-tolboom commented 10 years ago

As I had to revert #44 #45 by #48 we need these test.

MartijnBraam commented 10 years ago

This can be fixed with integration tests

clemens-tolboom commented 10 years ago

See ie https://github.com/drush-ops/drush testing.

We could use behat for that