mirror of https://github.com/freeCodeCamp/devdocs
parent
23a0c830ec
commit
16f6388785
@ -0,0 +1,6 @@
|
|||||||
|
#= require views/pages/base
|
||||||
|
|
||||||
|
class app.views.PhpunitPage extends app.views.BasePage
|
||||||
|
afterRender: ->
|
||||||
|
@highlightCode @findAll('pre.programlisting'), 'php'
|
||||||
|
return
|
Loading…
Reference in new issue