<?php namespace tests; use PHPUnit\Framework\TestCase; use tw\lib\robot\Robots; class RobotsTest extends TestCase { Robots::build(); }