<?php namespace tests; use PHPUnit\Framework\TestCase; class LoginTest extends TestCase { public function testBasicExample() { $x = 100; $this->visit('/')->see('ThinkPHP'); } }