diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-11-27 12:08:07 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-11-27 12:08:07 +0000 |
commit | 97fbff9cc4dbaece41a60bf63f4876ba030eef25 (patch) | |
tree | 43b20beedfec7ec190e111793ebbf2c98d412999 /src/interfaces | |
parent | f130ab5cb1155a0cda8725cbd1a52f7527acfada (diff) | |
download | zetacomponents-graph-97fbff9cc4dbaece41a60bf63f4876ba030eef25.zip zetacomponents-graph-97fbff9cc4dbaece41a60bf63f4876ba030eef25.tar.gz |
- Test for drivers __set-method
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/driver.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php index d325656..5c2f180 100644 --- a/src/interfaces/driver.php +++ b/src/interfaces/driver.php @@ -55,6 +55,8 @@ abstract class ezcGraphDriver { throw new ezcBaseValueException( "options", $propertyValue, "instanceof ezcGraphOptions" ); } + break; + default: throw new ezcBasePropertyNotFoundException( $propertyName ); break; |