Skip to content

Instantly share code, notes, and snippets.

@minthemiddle
Created July 9, 2020 20:09
Show Gist options
  • Save minthemiddle/9f000a7176d7200bb0b92c22d245de19 to your computer and use it in GitHub Desktop.
Save minthemiddle/9f000a7176d7200bb0b92c22d245de19 to your computer and use it in GitHub Desktop.
Markdium-Lessons Learnt: PHPUnit for Beginners
public rules() {
return [
'name' => 'required',
'price' => 'required',
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment