Skip to content

namespace problem #57

@hatamiarash7

Description

@hatamiarash7

The command php artisan selenium:make:test create a class without a namespace.

so we can't run vendor/bin/steward run staging chrome

The output class should has a Tests namespace

<?php

namespace Tests;

use Modelizer\Selenium\SeleniumTestCase;

class SeleniumExampleTest extends SeleniumTestCase
{
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions