for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace spec\Xabbuh\XApi\Model;
use PhpSpec\ObjectBehavior;
class StatementReferenceSpec extends ObjectBehavior
{
function let()
$this->beConstructedWith('16fd2706-8baf-433b-82eb-8c7fada847da');
}
function it_is_an_xapi_object()
$this->shouldHaveType('Xabbuh\XApi\Model\Object');