]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - t/01-import.t
Implement and test is_deeply()
[perl/modules/Test-Leaner.git] / t / 01-import.t
index 55f581decb0eef5e953fb0d829c691d0634ad55f..3b42068d7fb9cb90ba3775bc76015583df607ed0 100644 (file)
@@ -7,7 +7,7 @@ use Test::More ();
 
 BEGIN { *tm_is = \&Test::More::is }
 
-Test::More::plan(tests => 2 * 14);
+Test::More::plan(tests => 2 * 15);
 
 require Test::Leaner;
 
@@ -20,9 +20,10 @@ my @syms = qw<
  ok
  is
  isnt
- cmp_ok
  like
  unlike
+ cmp_ok
+ is_deeply
  diag
  note
  BAIL_OUT