Skip to content

Commit

Permalink
updated Graph/GraphFormatterTest to support raphfontsize parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea authored and JeroenDeDauw committed Mar 12, 2020
1 parent 7f82054 commit d4bb80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/Unit/Graph/GraphFormatterTest.php
Expand Up @@ -32,6 +32,7 @@ protected function setUp() {
$params = [
'graphname' => 'Unit Test',
'graphsize' => '100',
'graphfontsize' => 10,
'nodeshape' => 'rect',
'nodelabel' => 'displaytitle',
'arrowdirection' => 'LR',
Expand Down

0 comments on commit d4bb80d

Please sign in to comment.