Nwidart\Modules\tests\Commands\GenerateNotificationCommandTest::it_generates_the_mail_class PHP Method

it_generates_the_mail_class() public method

    public function it_generates_the_mail_class()
    {
        $this->artisan('module:make-notification', ['name' => 'WelcomeNotification', 'module' => 'Blog']);
        $this->assertTrue(is_file($this->modulePath . '/Notifications/WelcomeNotification.php'));
    }