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