Move slides
This commit is contained in:
parent
c6ba52f454
commit
a365987e61
42 changed files with 0 additions and 0 deletions
27
test-driven-drupal/slides/code/6.txt
Normal file
27
test-driven-drupal/slides/code/6.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
// start code
|
||||
// src/Controller/BlogPageController.php
|
||||
|
||||
namespace Drupal\drupalcon\Controller;
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
final class BlogPageController {
|
||||
|
||||
public function __invoke(): array {
|
||||
return [];
|
||||
}
|
||||
|
||||
}
|
||||
// end code
|
||||
|
||||
// start output
|
||||
. 1 / 1 (100%)
|
||||
|
||||
Time: 00:01.916, Memory: 6.00 MB
|
||||
|
||||
OK (1 test, 3 assertions)
|
||||
|
||||
Task completed in 0m2.147s
|
||||
// end output
|
||||
|
||||
Task completed in 0m2.124s
|
Loading…
Add table
Add a link
Reference in a new issue