blob: ddf3a5556480000619031b97d951ed693d770a94 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2007-2009 Intalio, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Antoine Toulme, Intalio Inc.
*******************************************************************************/
define('BABEL_BASE_DIR', "../../");
require("../spec_helper.php");
require (BABEL_BASE_DIR . "classes/system/feature.class.php");
class DescribeFeatureClass extends PHPSpec_Context {
public function before() {
}
}
?>