Author: maksim_ka Date: 2010-02-10 11:20:49 +0100 (Wed, 10 Feb 2010) New Revision: 27805
Modified: plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixture.php Log: [sfPhpunitPlugin][sf1.2] autocomplite for fixture magic methods Modified: plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixture.php =================================================================== --- plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixture.php 2010-02-10 10:20:02 UTC (rev 27804) +++ plugins/sfPhpunitPlugin/branches/1.2/lib/fixture/sfPhpunitFixture.php 2010-02-10 10:20:49 UTC (rev 27805) @@ -4,6 +4,19 @@ * * Base fixture functionallity here. * + * @method sfPhpunitFixture loadOwn(string $file) + * @method sfPhpunitFixture loadPackage(string $file) + * @method sfPhpunitFixture loadCommon(string $file) + * @method sfPhpunitFixture loadSymfony(string $file) + * @method string getDirOwn() + * @method string getDirPackage() + * @method string getDirCommon() + * @method string getDirSymfony() + * @method array getFilesOwn(string $file) + * @method array getFilesPackage(string $file) + * @method array getFilesCommon(string $file) + * @method array getFilesSymfony(string $file) + * * @package sfPhpunitPlugin * @subpackage fixture * @author Maksim Kotlyar <[email protected]> -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
