summaryrefslogtreecommitdiffstats
path: root/pts-core/options/install_test.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-29 18:49:02 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-29 18:49:02 -0500
commit2d9499273f3f799b65ebe06c97786aa68ba797c7 (patch)
treec4455cb36cbeacffcc07828ebc7e1f92b6628f9d /pts-core/options/install_test.php
parentc7356bebfd9ade46678a591b6f53f06b8c0b7261 (diff)
downloadphoronix-test-suite-upstream-2d9499273f3f799b65ebe06c97786aa68ba797c7.tar.gz
phoronix-test-suite-upstream-2d9499273f3f799b65ebe06c97786aa68ba797c7.tar.xz
phoronix-test-suite-upstream-2d9499273f3f799b65ebe06c97786aa68ba797c7.zip
pts-core: Ensure all PTS options extend the pts_option_interface
Diffstat (limited to 'pts-core/options/install_test.php')
-rw-r--r--pts-core/options/install_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/options/install_test.php b/pts-core/options/install_test.php
index 0c3ffd4..df1c845 100644
--- a/pts-core/options/install_test.php
+++ b/pts-core/options/install_test.php
@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class install_test
+class install_test implements pts_option_interface
{
public static function run($r)
{