Add Unit Test example
This commit is contained in:
11
web/app/src/Foo.php
Normal file
11
web/app/src/Foo.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Acme;
|
||||
|
||||
class Foo
|
||||
{
|
||||
public function getName()
|
||||
{
|
||||
return 'Nginx PHP MySQL';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user