RobotsTest.php 142 B

1234567891011
  1. <?php
  2. namespace tests;
  3. use PHPUnit\Framework\TestCase;
  4. use tw\lib\robot\Robots;
  5. class RobotsTest extends TestCase
  6. {
  7. Robots::build();
  8. }