for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Kunstmaan\FixturesBundle\Provider;
use Kunstmaan\FixturesBundle\Loader\Fixture;
class Spec
{
public function current(Fixture $fixture)
return $fixture->getSpec();
}