Skip to content

Commit 6766d39

Browse files
committed
Add Sebastian Bergmann to speakers
1 parent 41347b3 commit 6766d39

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ GEM
226226
racc (~> 1.4)
227227
nokogiri (1.16.5-x86_64-darwin)
228228
racc (~> 1.4)
229+
nokogiri (1.16.5-x86_64-linux)
230+
racc (~> 1.4)
229231
octokit (4.25.1)
230232
faraday (>= 1, < 3)
231233
sawyer (~> 0.9)
@@ -265,6 +267,7 @@ PLATFORMS
265267
arm64-darwin-22
266268
arm64-darwin-23
267269
x86_64-darwin-21
270+
x86_64-linux
268271

269272
DEPENDENCIES
270273
github-pages (~> 228)

_data/speakers.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,16 @@ speakers:
9393
- icon: 'mastodon'
9494
url: 'https://phpc.social/@shochdoerfer'
9595

96-
- name: '🤫'
96+
- name: 'Sebastian Bergmann'
9797
bio: |
9898
TBA
99-
image: 'https://placehold.co/512x512?text=🤫'
99+
image: '/assets/images/speakers/sebastian-bergmann.jpeg'
100100
talk:
101-
title: 'TBA'
101+
title: 'So you think you know PHPUnit'
102102
abstract: |
103-
TBA
103+
PHPUnit has been around for over two decades and is used by nearly every PHP developer in the world. While most of us know the basics, there are depths and hidden valleys of PHPUnit that even the most experienced of us may have never even heard of.
104+
105+
Join Sebastian Bergmann, the creator and maintainer of PHPUnit, to dig into the hidden depths of lesser known features to get more out of the amazing tool you use every day.
104106
social:
105107

106108
- name: '🤫'
21.5 KB
Loading

0 commit comments

Comments
 (0)