This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
atom-beautify
mirror of
https://github.com/Glavin001/atom-beautify.git
Watch
1
Star
0
Fork
You've already forked atom-beautify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5c663cd9e0
atom-beautify
/
examples
/
simple-jsbeautifyrc
/
php
/
expected
/
test2.php
8 lines
74 B
PHP
Raw
Normal View
History
Unescape
Escape
See #51. Work on improving PHP support and deubgging errors.
2014-08-03 14:22:48 -06:00
<
?
php
Update PHP tests to new PHP-CS-Fixer expected style
2015-05-03 11:04:52 -06:00
add php-cs-fixer to travis enable test 1 and 2. test 3 does not seem to pass
2015-03-20 00:11:44 -06:00
function
add
(
$a
,
$b
)
{
Update to PHP-CS-Fixer 1.7 and fix broken PHP tests
2015-05-05 09:42:25 -06:00
return
$a
+
$b
;
See #18. Beautify most of the expected tests. I was unable to do Python and SQL, as I am having Python problems on my laptop. Hopefully I will be able to figure this out soon.
2014-12-27 23:38:06 -07:00
}
add php-cs-fixer to travis enable test 1 and 2. test 3 does not seem to pass
2015-03-20 00:11:44 -06:00
echo
add
(
1
,
2
);