X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-api.t;h=3eea9d9b1123f2bbed752381bb9a621fbd2b3b65;hb=92147217516a40b35ca00c8e08939e8aa5478426;hp=dc15124ba7ea4e9ed1fd8d58d9ce83d620bdf194;hpb=080eb1e263eb7c3700a9ebfd96522eaa534a0b6c;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/t/01-api.t b/t/01-api.t index dc15124..3eea9d9 100644 --- a/t/01-api.t +++ b/t/01-api.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 5 + 15 + 12; +use Test::More tests => 5 + 20 + 12; use LaTeX::TikZ; @@ -29,12 +29,13 @@ is(prototype('Tikz'), '', 'main::Tikz is actually a constant'); } my @methods = qw/ + formatter functor raw path seq - point line polyline closed_polyline rectangle circle + point line polyline closed_polyline rectangle circle arc arrow raw_mod clip layer - width color fill + width color fill pattern /; for (@methods) {