diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 09:03:32 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 09:03:32 +0000 |
commit | 44c79c0dd99c89b445352c7929da3b303eaf9381 (patch) | |
tree | de6646a7983968428512f42e09459b40758a9e38 /tests/renderer_2d_test.php | |
parent | cf9b8bfe3045d461cf0fd91d077db2d7aa5e2331 (diff) | |
download | zetacomponents-graph-44c79c0dd99c89b445352c7929da3b303eaf9381.zip zetacomponents-graph-44c79c0dd99c89b445352c7929da3b303eaf9381.tar.gz |
- Use value of correct type.
# PHPUnit now also check if both values are is_numeric() which caused a
# failure
Diffstat (limited to 'tests/renderer_2d_test.php')
-rw-r--r-- | tests/renderer_2d_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/renderer_2d_test.php b/tests/renderer_2d_test.php index bf66db6..aeebf2b 100644 --- a/tests/renderer_2d_test.php +++ b/tests/renderer_2d_test.php @@ -351,7 +351,7 @@ class ezcGraphRenderer2dTest extends ezcGraphTestCase new ezcGraphCoordinate( 197.5, 0. ), ), 1. ), $this->equalTo( ezcGraphColor::fromHex( '#FF0000' ) ), - $this->equalTo( 1 ) + $this->equalTo( true ) ); $this->renderer->drawBar( |