All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-nextgen.model_test.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
partial_header}}
/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Please update the test case below to test the model.
 */

namespace {{invokerPackage}}\Test\Model;

use PHPUnit\Framework\TestCase;

/**
 * {{classname}}Test Class Doc Comment
 *
 * @description {{description}}{{^description}}{{classname}}{{/description}}
 * @package     {{invokerPackage}}
 * @author      OpenAPI Generator team
 * @link        https://openapi-generator.tech
 */
class {{classname}}Test extends TestCase
{

    /**
     * Setup before running any test case
     */
    public static function setUpBeforeClass(): void
    {
    }

    /**
     * Setup before running each test case
     */
    public function setUp(): void
    {
    }

    /**
     * Clean up after running each test case
     */
    public function tearDown(): void
    {
    }

    /**
     * Clean up after running all test cases
     */
    public static function tearDownAfterClass(): void
    {
    }

    /**
     * Test "{{classname}}"
     */
    public function test{{classname}}()
    {
        // TODO: implement
        $this->markTestIncomplete('Not implemented');
    }
{{#vars}}

    /**
     * Test attribute "{{name}}"
     */
    public function testProperty{{nameInCamelCase}}()
    {
        // TODO: implement
        $this->markTestIncomplete('Not implemented');
    }
{{/vars}}
}
{{/model}}
{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy