Skip to content

Commit

Permalink
add debug to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Feb 28, 2024
1 parent 1a1a5d9 commit 95cf0d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ImageCrop.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="image" {
}

public void function testImage() localmode="true"{
debug(server);

ImageCrop(image,10,10,100,100);
}
}
Expand Down

0 comments on commit 95cf0d2

Please sign in to comment.