From 1313b81913c21669d1619b9e3952144eb3cd4d7d Mon Sep 17 00:00:00 2001 From: imsamurai Date: Tue, 19 Nov 2013 10:48:51 +0200 Subject: [PATCH] fix `since` phpdoc tag for fixture --- lib/Cake/Test/Fixture/UnsignedFixture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Fixture/UnsignedFixture.php b/lib/Cake/Test/Fixture/UnsignedFixture.php index e328de7dd..1c8eb2f28 100644 --- a/lib/Cake/Test/Fixture/UnsignedFixture.php +++ b/lib/Cake/Test/Fixture/UnsignedFixture.php @@ -14,7 +14,7 @@ * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests * @package Cake.Test.Fixture - * @since CakePHP(tm) v 1.2.0.4667 + * @since CakePHP(tm) v 2.5.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License */