for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* FlexiPeeHP - Objekt účetního období.
*
* @author Vítězslav Dvořák <[email protected]>
* @copyright (C) 2015-2017 Spoje.Net
*/
namespace Test\FlexiPeeHP;
use FlexiPeeHP\UcetniObdobi;
* Generated by PHPUnit_SkeletonGenerator on 2016-04-27 at 17:32:10.
class UcetniObdobiTest extends FlexiBeeRWTest
{
* @var UcetniObdobi
protected $object;
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
protected function setUp()
$this->object = new UcetniObdobi;
}
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
protected function tearDown()