<?php
declare(strict_types=1);
namespace PhpSpec;
if (class_exists('PhpSpec\ObjectBehavior')) {
return;
}
class ObjectBehavior
{