Skip to content

Instantly share code, notes, and snippets.

@ismaail
Last active December 21, 2017 05:27
Show Gist options
  • Save ismaail/59ab9ef0080e655cce614e2e5b26adaf to your computer and use it in GitHub Desktop.
Save ismaail/59ab9ef0080e655cce614e2e5b26adaf to your computer and use it in GitHub Desktop.
Test Class
<?php
/**
* Class ModelTest
*
* @package AppTest\Model
*
* @codingStandardsIgnoreFile
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
* @SuppressWarnings(PHPMD.CamelCasePropertyName)
* @SuppressWarnings(PHPMD.CamelCaseParameterName)
* @SuppressWarnings(PHPMD.CamelCaseVariableName)
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class ModelTest extends \TestCase
{
use DatabaseMigrations;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment