From 4848d0bdb9196ffec5257a1082a54f026b892c4d Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 17 Mar 2008 02:09:32 +0000 Subject: [PATCH] Fixed typo in r51150 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@51144 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- testing/SapphireTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/SapphireTest.php b/testing/SapphireTest.php index f8727b083..2c4277ad4 100644 --- a/testing/SapphireTest.php +++ b/testing/SapphireTest.php @@ -61,7 +61,7 @@ class SapphireTest extends PHPUnit_Framework_TestCase { $className = get_class($this); $fixtureFile = eval("return {$className}::\$fixture_file;"); - if($fixureFile) { + if($fixtureFile) { // Create a temporary database $dbConn = DB::getConn(); $dbname = 'tmpdb' . rand(1000000,9999999);