8 lines
122 B
PHP
8 lines
122 B
PHP
<?php
|
|
|
|
namespace Tests\Concerns;
|
|
|
|
interface TestsPermissionsRequirement
|
|
{
|
|
public function testRequiresPermission();
|
|
}
|