<?php 
use PHPUnit\Framework\TestCase;
class PwdTest extends PHPUnit_Framework_TestCase{
    public function testCanBuildPwd(){
        
    }
}
?>