| Total Complexity | 2 | 
| Total Lines | 16 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 7 | trait NovaActionTest  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * Initialize the Nova Action mock.  | 
            ||
| 11 | *  | 
            ||
| 12 | * @param string $action The class path of the Action  | 
            ||
| 13 | * @return MockAction The Action mock instance  | 
            ||
| 14 | * @throws InvalidNovaActionException If the supplied action class is not a Nova Action  | 
            ||
| 15 | */  | 
            ||
| 16 | 2 | public static function novaAction(string $action): MockAction  | 
            |
| 25 |