for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Test\FlexiPeeHP;
/**
* Generated by PHPUnit_SkeletonGenerator on 2018-01-22 at 17:06:56.
*/
class ActionsTest extends \PHPUnit\Framework\TestCase
{
* @var Actions
protected $object;
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
protected function setUp(): void
$this->object = new \FlexiPeeHP\Actions();
new FlexiPeeHP\Actions()
FlexiPeeHP\Actions
Test\FlexiPeeHP\Actions
$object
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..
}
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
protected function tearDown(): void
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..