atoulme | dbe670e | 2009-01-27 11:23:51 +0000 | [diff] [blame] | 1 | <?php |
| 2 | /******************************************************************************* |
| 3 | * Copyright (c) 2007-2009 Intalio, Inc. |
| 4 | * All rights reserved. This program and the accompanying materials |
| 5 | * are made available under the terms of the Eclipse Public License v1.0 |
| 6 | * which accompanies this distribution, and is available at |
| 7 | * http://www.eclipse.org/legal/epl-v10.html |
| 8 | * |
| 9 | * Contributors: |
| 10 | * Antoine Toulme, Intalio Inc. |
| 11 | *******************************************************************************/ |
| 12 | |
| 13 | define('BABEL_BASE_DIR', "../../"); |
| 14 | |
| 15 | require("../spec_helper.php"); |
| 16 | require (BABEL_BASE_DIR . "classes/system/fragment.class.php"); |
| 17 | |
| 18 | class DescribeFragmentClass extends PHPSpec_Context { |
| 19 | |
| 20 | public function before() { |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | ?> |