summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-08-13 09:03:32 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-08-13 09:03:32 +0000
commit44c79c0dd99c89b445352c7929da3b303eaf9381 (patch)
treede6646a7983968428512f42e09459b40758a9e38 /tests
parentcf9b8bfe3045d461cf0fd91d077db2d7aa5e2331 (diff)
downloadzetacomponents-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')
-rw-r--r--tests/renderer_2d_test.php2
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(
OpenPOWER on IntegriCloud