Advertisement
Guest User

codeception test

a guest
Jan 24th, 2020
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. class StatusTest extends \Codeception\Test\Unit
  2. {
  3.     public function testSomething(){
  4.      
  5.         $this->construct(Status::class, [
  6.             'acode'
  7.         ],[
  8.             'codeIsKnown' => true,
  9.         ]);
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement