for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace frictionlessdata\datapackage\Datapackages;
class DefaultDatapackage extends BaseDatapackage
{
protected static function handlesProfile($profile)
return $profile == 'data-package';
}