]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - t/01-api.t
Introduce LaTeX::TikZ::Mod::Scale
[perl/modules/LaTeX-TikZ.git] / t / 01-api.t
index b0d7b20498c0ae204fd375d664f38e344918fcd1..6e96183b71fcfb22bf2838ba53883983f4b276df 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5 + 20 + 12;
+use Test::More tests => 5 + 23 + 12;
 
 use LaTeX::TikZ;
 
@@ -31,11 +31,11 @@ is(prototype('Tikz'), '', 'main::Tikz is actually a constant');
 my @methods = qw<
  formatter functor
  raw
- union seq
+ union seq chain join
  point line polyline closed_polyline rectangle circle arc arrow
  raw_mod
  clip layer
- width color fill pattern
scale width color fill pattern
 >;
 
 for (@methods) {